1CPUPOWER(1) cpupower Manual CPUPOWER(1)
2
3
4
6 cpupower - Shows and sets processor power related values
7
9 cpupower [ -c cpulist ] subcommand [ARGS]
10
11 cpupower -v|--version
12
13 cpupower -h|--help
14
15
17 cpupower is a collection of tools to examine and tune power saving
18 related features of your processor.
19
20 The manpages of the subcommands (cpupower-<subcommand>(1)) provide
21 detailed descriptions of supported features. Run cpupower help to get
22 an overview of supported subcommands.
23
24
26 --help, -h
27 Shows supported subcommands and general usage.
28
29 --cpu cpulist, -c cpulist
30 Only show or set values for specific cores. This option is not
31 supported by all subcommands, details can be found in the manpages
32 of the subcommands.
33
34 Some subcommands access all cores (typically the *-set commands),
35 some only the first core (typically the *-info commands) by
36 default.
37
38 The syntax for <cpulist> is based on how the kernel exports CPU
39 bitmasks via sysfs files. Some examples:
40
41 Input Equivalent to
42
43 all all cores
44
45 0-3 0,1,2,3
46
47 0-7:2 0,2,4,6
48
49 1,3,5-7 1,3,5,6,7
50
51 0-3:2,8-15:4 0,2,8,12
52
53 --version, -v
54 Print the package name and version number.
55
56
58 cpupower-set(1), cpupower-info(1), cpupower-idle(1), cpupower-fre‐
59 quency-set(1), cpupower-frequency-info(1), cpupower-monitor(1), power‐
60 top(1)
61
63 --perf-bias parts written by Len Brown <len.brown@intel.com>
64 Thomas Renninger <trenn@suse.de>
65
66
67
68 07/03/2011 CPUPOWER(1)