1cpufreq-info(1)                                                cpufreq-info(1)
2
3
4

NAME

6       cpufreq-info - Utility to retrieve cpufreq kernel information
7

SYNTAX

9       cpufreq-info [options]
10

DESCRIPTION

12       A small tool which prints out cpufreq information helpful to developers
13       and interested users.
14

OPTIONS

16       -c --cpu <CPU>
17               <CPU> number which information shall be determined about.
18
19       -e --debug
20              Prints out debug information.
21
22       -f --freq
23              Get frequency the  CPU  currently  runs  at,  according  to  the
24              cpufreq core.
25
26       -w --hwfreq
27              Get  frequency  the  CPU  currently  runs at, by reading it from
28              hardware (only available to root).
29
30       -l --hwlimits
31              Determine the minimum and maximum CPU frequency allowed.
32
33       -d --driver
34              Determines the used cpufreq kernel driver.
35
36       -p --policy
37              Gets the currently used cpufreq policy.
38
39       -g --governors
40              Determines available cpufreq governors.
41
42       -a --related-cpus
43              Determines which CPUs run at the same hardware frequency.
44
45       -a --affected-cpus
46              Determines which CPUs need to have their  frequency  coordinated
47              by software.
48
49       -s --stats
50              Shows cpufreq statistics if available.
51
52       -y --latency
53              Determines the maximum latency on CPU frequency changes.
54
55       -o --proc
56              Prints out information like provided by the /proc/cpufreq inter‐
57              face in 2.4. and early 2.6. kernels.
58
59       -m --human
60              human-readable output for the -f, -w, -s and -y parameters.
61
62       -h --help
63              Prints out the help screen.
64

REMARKS

66       You can't specify more than one of the output specific options -o -e -a
67       -g -p -d -l -w -f -y.
68
69       You also can't specify the -o option combined with the -c option.
70

FILES

72       /sys/devices/system/cpu/cpu*/cpufreq/
73       /proc/cpufreq (deprecated)
74       /proc/sys/cpu/ (deprecated)
75

AUTHORS

77       Dominik Brodowski <linux@brodo.de> - author
78       Mattia Dongili<malattia@gmail.com> - first autolibtoolization
79

SEE ALSO

81       cpufreq-set(1)
82
83
84
85Mattia Dongili                        0.1                      cpufreq-info(1)
Impressum