Consider the following:
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
performance powersave
$ cat /proc/config.gz | gunzip | grep -i ondemand
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
I do not understand why ondemand
is not an available governor. Where else do I need to look and what do I need to do to enable ondemand
?
Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz
– William Pursell Feb 15 '17 at 22:42