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