Set CPU Governor
|
|
performance
Run the CPU at the maximum frequency, obtained from /sys/devices/system/cpu/cpuX/cpufreq/scaling_max_freq.powersave
Run the CPU at the minimum frequency, obtained from /sys/devices/system/cpu/cpuX/cpufreq/scaling_min_freq.userspace
Run the CPU at user specified frequencies, configurable via /sys/devices/system/cpu/cpuX/cpufreq/scaling_setspeed.ondemand
Scales the frequency dynamically according to current load. Jumps to the highest frequency and then possibly back off as the idle time increases.conservative
Scales the frequency dynamically according to current load. Scales the frequency more gradually than ondemand.schedutil
Scheduler-driven CPU frequency selection