FS-6271 --resolve Adding support for smoothing the min-cpu-idle by X number of seconds. Adds the cpu-idle-smoothing-depth into the conf/autoload_configs/switch.conf.xml configs with a default value of 30 seconds.

This commit is contained in:
William King
2014-02-26 12:36:45 -08:00
parent 27dd568892
commit 3575a07c40
4 changed files with 51 additions and 4 deletions
+1
View File
@@ -259,6 +259,7 @@ struct switch_runtime {
uint32_t debug_level;
uint32_t runlevel;
uint32_t tipping_point;
uint32_t cpu_idle_smoothing_depth;
uint32_t microseconds_per_tick;
int32_t timer_affinity;
switch_profile_timer_t *profile_timer;