Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cpufreqd(8) [debian man page]

CPUFREQD(8)															       CPUFREQD(8)

NAME
cpufreqd - intelligently monitor and manipulate CPU frequency SYNOPSIS
cpufreqd [-Dmhv] [-f filename] [-V verbosity] DESCRIPTION
cpufreqd is used to monitor the status of the system and adjust the frequency of the CPU according to the user configuration. The behav- iour of the daemon is fully configurable. Logs are reported through syslogd. PARAMETERS
-D, --no-daemon stay in foreground (used to debug). -m, --manual start in manual mode. -f filename, --file=filename Specify the configuration file to read. The default is /etc/cpufreqd.conf. -h, --help Display command line help. -v, --version Display the version number of the daemon. -V, --verbosity verbosity level from 0 (less verbose) to 7 (most verbose). Default verbosity is 4 SIGNALS
SIGHUP This lets cpufreqd perform a re-initialization. The configuration file (default is /etc/cpufreqd.conf) will be re-read and probes re-done. (Not yet implemented in cpufreqd-2.0) SIGINT, SIGTERM cpufreqd will terminate. EXAMPLES
/usr/sbin/cpufreqd -D NOTES
Some ACPI implementations are very cpu-consuming when reading the info file of system batteries. Cpufreqd implements a simple workaround that avoids reading that file except on initialization or reinitializa- tion. This has the effect of needing to send an HUP signal if inserting a new battery, otherwise battery measurement won't be cor- rect. FILES
/sys/devices/system/cpu/cpu*/cpufreq kernel cpu frequency interface /proc/cpufreq old deprecated kernel cpu frequency interface (please avoid it) /proc/acpi kernel power management interface (ACPI) /proc/apm kernel power management interface (APM) /proc/pmu kernel power management interface (PMU). (Not yet implemented in cpufreqd-2.0) /etc/cpufreqd.conf cpufreqd configuration file SEE ALSO
cpufreqd.conf(5),syslogd(8),cpufreqd-set(1),cpufreqd-get(1) BUGS
Multiple CPUs are not considered separately thus the same policy is set in every available CPU. Battery can only be specified in percent, not in minutes remaining. AUTHOR
George Staikos <staikos@0wned.org> Mattia Dongili <malattia@linux.it> Rene Rebe <rene@rocklinux.org> 05 May 2005 CPUFREQD(8)

Check Out this Related Man Page

cpufreq-info(1) 														   cpufreq-info(1)

NAME
cpufreq-info - Utility to retrieve cpufreq kernel information SYNTAX
cpufreq-info [options] DESCRIPTION
A small tool which prints out cpufreq information helpful to developers and interested users. OPTIONS
-c --cpu <CPU> <CPU> number which information shall be determined about. -e --debug Prints out debug information. -f --freq Get frequency the CPU currently runs at, according to the cpufreq core. -w --hwfreq Get frequency the CPU currently runs at, by reading it from hardware (only available to root). -l --hwlimits Determine the minimum and maximum CPU frequency allowed. -d --driver Determines the used cpufreq kernel driver. -p --policy Gets the currently used cpufreq policy. -g --governors Determines available cpufreq governors. -a --related-cpus Determines which CPUs run at the same hardware frequency. -a --affected-cpus Determines which CPUs need to have their frequency coordinated by software. -s --stats Shows cpufreq statistics if available. -y --latency Determines the maximum latency on CPU frequency changes. -o --proc Prints out information like provided by the /proc/cpufreq interface in 2.4. and early 2.6. kernels. -m --human human-readable output for the -f, -w, -s and -y parameters. -h --help Prints out the help screen. REMARKS
You can't specify more than one of the output specific options -o -e -a -g -p -d -l -w -f -y. You also can't specify the -o option combined with the -c option. FILES
/sys/devices/system/cpu/cpu*/cpufreq/ /proc/cpufreq (deprecated) /proc/sys/cpu/ (deprecated) AUTHORS
Dominik Brodowski <linux@brodo.de> - author Mattia Dongili<malattia@gmail.com> - first autolibtoolization SEE ALSO
cpufreq-set(1) Mattia Dongili 0.1 cpufreq-info(1)
Man Page