cpufreqd-set (1)
Leading comments
Copyright 2005, Mattia Dongili (malattia@linux.it) This file may be used subject to the terms and conditions of the GNU General Public License Version 2, or any later version at your option, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
NAME
cpufreqd-set - Issues "set" commands to cpufreqd.
SYNTAX
cpufreqd-set <command>
DESCRIPTION
cpufreqd-set issues a command to cpufreqd and reads all the available profiles
for usage with cpufreqd-set. No arguments are allowed to this command.
COMMANDS
manual
make cpufreqd run in manual mode. This means the cpufreqd will stop polling the
system status and will allow for specific profiles to be set.
dynamic
make cpufreqd run in dynamic mode (this is the default cpufreqd operation
mode). This means that cpufreqd will poll system parameters and decide which
profile better suits the current status.
number
by passing an integer to cpufreqd-set you can set a specific profile choosing
one of the configured ones. You can use cpufreqd-get(1) to obtain available
profiles and their number.
AUTHORS
Mattia Dongili <malattia@linux.it>