1CPUPOWER-FREQUENCY-INFO(1) cpupower Manual CPUPOWER-FREQUENCY-INFO(1)
2
3
4
6 cpupower-frequency-info - Utility to retrieve cpufreq kernel informa‐
7 tion
8
10 cpupower [ -c cpulist ] frequency-info [options]
11
13 A small tool which prints out cpufreq information helpful to developers
14 and interested users.
15
17 -e --debug
18 Prints out debug information.
19
20 -f --freq
21 Get frequency the CPU currently runs at, according to the
22 cpufreq core.
23
24 -w --hwfreq
25 Get frequency the CPU currently runs at, by reading it from
26 hardware (only available to root).
27
28 -l --hwlimits
29 Determine the minimum and maximum CPU frequency allowed.
30
31 -d --driver
32 Determines the used cpufreq kernel driver.
33
34 -p --policy
35 Gets the currently used cpufreq policy.
36
37 -g --governors
38 Determines available cpufreq governors.
39
40 -a --related-cpus
41 Determines which CPUs run at the same hardware frequency.
42
43 -a --affected-cpus
44 Determines which CPUs need to have their frequency coordinated
45 by software.
46
47 -s --stats
48 Shows cpufreq statistics if available.
49
50 -y --latency
51 Determines the maximum latency on CPU frequency changes.
52
53 -o --proc
54 Prints out information like provided by the /proc/cpufreq inter‐
55 face in 2.4. and early 2.6. kernels.
56
57 -m --human
58 human-readable output for the -f, -w, -s and -y parameters.
59
60 -n --no-rounding
61 Output frequencies and latencies without rounding off values.
62
63 -c --perf
64 Get performances and frequencies capabilities of CPPC, by read‐
65 ing it from hardware (only available on the hardware with CPPC).
66
67
68 REMARKS
69
70 By default only values of core zero are displayed. How to display set‐
71 tings of other cores is described in the cpupower(1) manpage in the
72 --cpu option section.
73
74 You can't specify more than one of the output specific options -o -e -a
75 -g -p -d -l -w -f -y.
76
77 You also can't specify the -o option combined with the -c option.
78
80 /sys/devices/system/cpu/cpu*/cpufreq/
81 /proc/cpufreq (deprecated)
82 /proc/sys/cpu/ (deprecated)
83
85 Dominik Brodowski <linux@brodo.de> - author
86 Mattia Dongili<malattia@gmail.com> - first autolibtoolization
87
89 cpupower-frequency-set(1), cpupower(1)
90
91
92
93 0.1 CPUPOWER-FREQUENCY-INFO(1)