File: cpufreq-set.1

package info (click to toggle)
cpufrequtils 008-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 832 kB
  • sloc: ansic: 3,454; sh: 393; makefile: 301
file content (56 lines) | stat: -rw-r--r-- 1,795 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH "cpufreq-set" "1" "0.1" "Mattia Dongili" ""
.SH "NAME"
.LP 
cpufreq\-set \- A small tool which allows to modify cpufreq settings.
.SH "SYNTAX"
.LP 
cpufreq\-set [\fIoptions\fP]
.SH "DESCRIPTION"
.LP 
cpufreq\-set allows you to modify cpufreq settings without having to type e.g. "/sys/devices/system/cpu/cpu0/cpufreq/scaling_set_speed" all the time.
.SH "OPTIONS"
.LP 
.TP 
\fB\-c\fR \fB\-\-cpu\fR <CPU>
number of CPU where cpufreq settings shall be modified.
.TP 
\fB\-d\fR \fB\-\-min\fR <FREQ>
new minimum CPU frequency the governor may select.
.TP 
\fB\-u\fR \fB\-\-max\fR <FREQ>
new maximum CPU frequency the governor may select.
.TP 
\fB\-g\fR \fB\-\-governor\fR <GOV>
new cpufreq governor.
.TP 
\fB\-f\fR \fB\-\-freq\fR <FREQ>
specific frequency to be set. Requires userspace governor to be available and loaded.
.TP 
\fB\-r\fR \fB\-\-related\fR
modify all hardware-related CPUs at the same time
.TP 
\fB\-h\fR \fB\-\-help\fR
Prints out the help screen.
.SH "REMARKS"
.LP 
Omitting the \-c or \-\-cpu argument is equivalent to setting it to zero.
.LP 
The \-f FREQ, \-\-freq FREQ parameter cannot be combined with any other parameter except the \-c CPU, \-\-cpu CPU parameter.
.LP 
FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz by postfixing the value with the wanted unit name, without any space (frequency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000).
.LP 
On Linux kernels up to 2.6.29, the \-r or \-\-related parameter is ignored.
.SH "FILES" 
.nf
\fI/sys/devices/system/cpu/cpu*/cpufreq/\fP  
\fI/proc/cpufreq\fP (deprecated) 
\fI/proc/sys/cpu/\fP (deprecated)
.fi 
.SH "AUTHORS"
.nf 
Dominik Brodowski <linux@brodo.de> \- author 
Mattia Dongili<malattia@gmail.com> \- first autolibtoolization
.fi
.SH "SEE ALSO"
.LP 
cpufreq\-info(1), cpufreq-aperf(1)