cpufreq-set

Section: (1)
Updated: 0.1
Index  

NAME

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

SYNTAX

cpufreq-set [options]  

DESCRIPTION

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.  

OPTIONS

-c --cpu <CPU>
number of CPU where cpufreq settings shall be modified.
-d --min <FREQ>
new minimum CPU frequency the governor may select.
-u --max <FREQ>
new maximum CPU frequency the governor may select.
-g --governor <GOV>
new cpufreq governor.
-f --freq <FREQ>
specific frequency to be set. Requires userspace governor to be available and loaded.
-h --help
Prints out the help screen.
 

REMARKS

Omitting the -c or --cpu argument is equivalent to setting it to zero.
The -f FREQ, --freq FREQ parameter cannot be combined with any other parameter except the -c CPU, --cpu CPU parameter.
FREQuencies must be passed in kHz =^ MHz * 1000 =^ GHz * 1000000.  

FILES

/sys/devices/system/cpu/cpu*/cpufreq/
/proc/cpufreq (deprecated)
/proc/sys/cpu/ (deprecated)  

AUTHORS

Dominik Brodowski - author
Mattia Dongili - first autolibtoolization  

SEE ALSO

cpufreq-info(1)


 

Index

NAME
SYNTAX
DESCRIPTION
OPTIONS
REMARKS
FILES
AUTHORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 10:23:25 GMT, January 02, 2005