~ubuntu-branches/ubuntu/saucy/cpufreqd/saucy-updates

« back to all changes in this revision

Viewing changes to manpages/cpufreqd.8

  • Committer: Bazaar Package Importer
  • Author(s): Mattia Dongili
  • Date: 2006-12-17 17:13:57 UTC
  • mfrom: (3.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061217171357-atrpxy6jqdq846jm
Tags: 2.2.1-2
Provide a more conservative config files, users owning non ondemand
capable CPU have complained. (Closes: #400580)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Copyright 2002-2003, George Staikos (staikos@0wned.org)
2
 
.\"                      Mattia Dongili (dongili@supereva.it)
 
1
.\" Copyright 2002-2005, George Staikos (staikos@0wned.org)
 
2
.\"                      Mattia Dongili (malattia@linux.it)
3
3
.\"                      Rene Rebe (rene@rocklinux.org)
4
4
.\" This file may be used subject to the terms and conditions of the
5
5
.\" GNU General Public License Version 2, or any later version
8
8
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
9
9
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
10
.\" GNU General Public License for more details."
11
 
.TH CPUFREQD 8 "25 Mar 2003" "" ""
 
11
.TH CPUFREQD 8 "05 May 2005" "" ""
12
12
.SH NAME
13
13
cpufreqd \- intelligently monitor and manipulate CPU frequency
14
14
.SH SYNOPSIS
15
 
.B "cpufreqd [-Dhv] [-f filename] [-V verbosity]"
 
15
.B "cpufreqd [-Dmhv] [-f filename] [-V verbosity]"
16
16
.SH DESCRIPTION
17
17
.B cpufreqd
18
 
is used to monitor the status of the battery and adjust the frequency of the
19
 
CPU accordingly in order to preserve battery power while providing optimal
20
 
performance.  The behaviour of the daemon is fully configurable. Logs are reported through syslogd.
 
18
is used to monitor the status of the system and adjust the frequency of the
 
19
CPU according to the user configuration.  The behaviour of the daemon is fully
 
20
configurable. Logs are reported through syslogd.
21
21
.SH PARAMETERS
22
22
.TP
23
23
.B "-D, --no-daemon"
24
24
stay in foreground (used to debug).
25
25
.TP
 
26
.B "-m, --manual"
 
27
start in manual mode.
 
28
.TP
26
29
.B "-f filename, --file=filename"
27
 
Specify the configuration file to read.  The default is /etc/cpufreqd.conf.
 
30
Specify the configuration file to read.  The default is 
 
31
/etc/cpufreqd.conf.
28
32
.TP
29
33
.B "-h, --help"
30
34
Display command line help.
39
43
.B SIGHUP
40
44
This lets 
41
45
.B cpufreqd 
42
 
perform a re-initialization.  The configuration file (default is /etc/cpufreqd.conf) will  be re-read and probes re-done.
 
46
perform a re-initialization.  The configuration file (default is
 
47
/etc/cpufreqd.conf) will  be re-read and probes re-done. (Not
 
48
yet implemented in cpufreqd-2.0)
43
49
.TP
44
50
.B SIGINT, SIGTERM
45
51
.B cpufreqd
50
56
/usr/sbin/cpufreqd \-D
51
57
.SH NOTES
52
58
.TP
53
 
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 reinitialization. This has the effect of needing to send an HUP signal if inserting a new battery, otherwise battery measurement won't be correct.
 
59
Some ACPI implementations are very cpu-consuming when reading the info file of
 
60
system batteries. Cpufreqd implements a simple workaround that avoids reading
 
61
that file except on initialization or reinitialization. This has the effect of
 
62
needing to send an HUP signal if inserting a new battery, otherwise battery
 
63
measurement won't be correct.
54
64
.SH FILES
55
65
.TP
56
66
.I /sys/devices/system/cpu/cpu*/cpufreq
57
 
2.6 kernel cpu frequency interface
 
67
kernel cpu frequency interface
58
68
.TP
59
69
.I /proc/cpufreq
60
 
2.4 kernel cpu frequency interface
 
70
old deprecated kernel cpu frequency interface (please avoid it)
 
71
.TP
 
72
.I /proc/acpi
 
73
kernel power management interface (ACPI)
61
74
.TP
62
75
.I /proc/apm
63
76
kernel power management interface (APM)
64
77
.TP
65
 
.I /proc/acpi
66
 
kernel power management interface (ACPI)
67
 
.TP
68
78
.I /proc/pmu
69
 
kernel power management interface (PMU)
 
79
kernel power management interface (PMU). (Not yet implemented in cpufreqd-2.0)
70
80
 
71
81
.TP
72
82
.I /etc/cpufreqd.conf
73
83
.B cpufreqd
74
84
configuration file
75
85
.SH SEE ALSO
76
 
.BR cpufreqd.conf (5), syslogd (8)
 
86
.BR cpufreqd.conf (5), syslogd (8), cpufreqd-set (1), cpufreqd-get (1)
77
87
.SH BUGS
78
 
Multiple CPUs are not supported.
 
88
Multiple CPUs are not considered separately thus the same policy is set in every
 
89
available CPU.
79
90
Battery can only be specified in percent, not in minutes remaining.
80
91
.SH AUTHOR
81
92
.TP
82
93
George Staikos <staikos@0wned.org>
83
94
.TP
84
 
Mattia Dongili <dongili@supereva.it>
 
95
Mattia Dongili <malattia@linux.it>
85
96
.TP
86
97
Rene Rebe <rene@rocklinux.org>