Linux: cpu frequency

From OnnoWiki
Revision as of 09:23, 7 November 2018 by Onnowpurbo (talk | contribs) (Created page with " cpupower frequency-set -g governor Governor Description performance Run the CPU at the maximum frequency. powersave Run the CPU at the minimum frequency. userspace...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


cpupower frequency-set -g governor


Governor 	Description
performance 	Run the CPU at the maximum frequency.
powersave 	Run the CPU at the minimum frequency.
userspace 	Run the CPU at user specified frequencies.
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 [1], [2].