Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

3.4. CPU Power Saving Policies

cpupower provides ways to regulate your processor's power saving policies.
Use the following options with the cpupower set command:
--perf-bias <0-15>
Allows software on supported Intel processors to more actively contribute to determining the balance between optimum performance and saving power. This does not override other power saving policies. Assigned values range from 0 to 15, where 0 is optimum performance and 15 is optimum power efficiency.
By default, this option applies to all cores. To apply it only to individual cores, add the --cpu <cpulist> option.
--sched-mc <0|1|2>
Restricts the use of power by system processes to the cores in one CPU package before other CPU packages are drawn from. 0 sets no restrictions, 1 initially employs only a single CPU package, and 2 does this in addition to favouring semi-idle CPU packages for handling task wakeups.
--sched-smt <0|1|2>
Restricts the use of power by system processes to the thread siblings of one CPU core before drawing on other cores. 0 sets no restrictions, 1 initially employs only a single CPU package, and 2 does this in addition to favouring semi-idle CPU packages for handling task wakeups.