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

NAME

6       cpufreq-set - A small tool which allows to modify cpufreq settings.
7

SYNTAX

9       cpufreq-set [options]
10

DESCRIPTION

12       cpufreq-set  allows  you  to  modify cpufreq settings without having to
13       type e.g. "/sys/devices/system/cpu/cpu0/cpufreq/scaling_set_speed"  all
14       the time.
15

OPTIONS

17       -c --cpu <CPU>
18              number of CPU where cpufreq settings shall be modified.
19
20       -d --min <FREQ>
21              new minimum CPU frequency the governor may select.
22
23       -u --max <FREQ>
24              new maximum CPU frequency the governor may select.
25
26       -g --governor <GOV>
27              new cpufreq governor.
28
29       -f --freq <FREQ>
30              specific  frequency to be set. Requires userspace governor to be
31              available and loaded.
32
33       -h --help
34              Prints out the help screen.
35

REMARKS

37       Omitting the -c or --cpu argument is equivalent to setting it to zero.
38       The -f FREQ, --freq FREQ parameter cannot be combined  with  any  other
39       parameter except the -c CPU, --cpu CPU parameter.
40       FREQuencies  can  be  passed  in Hz, kHz (default), MHz, GHz, or THz by
41       postfixing the value with the wanted unit name, without any space (FRE‐
42       Quency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000).
43

FILES

45       /sys/devices/system/cpu/cpu*/cpufreq/
46       /proc/cpufreq (deprecated)
47       /proc/sys/cpu/ (deprecated)
48

AUTHORS

50       Dominik Brodowski <linux@brodo.de> - author
51       Mattia Dongili<malattia@gmail.com> - first autolibtoolization
52

SEE ALSO

54       cpufreq-info(1)
55
56
57
58Mattia Dongili                        0.1                       cpufreq-set(1)
Impressum