powerd: add an option to disable turbo mode
[dragonfly.git] / usr.sbin / powerd / powerd.8
1 .\" (c) Copyright 2010 by Matthew Dillon and Dima Ruban.  Permission to
2 .\"    use and distribute based on the DragonFly copyright.
3 .\"
4 .Dd October 10, 2014
5 .Dt POWERD 8
6 .Os
7 .Sh NAME
8 .Nm powerd
9 .Nd simple ACPI based CPU/power control
10 .Sh SYNOPSIS
11 .Nm
12 .Op Fl d
13 .Sh DESCRIPTION
14 The
15 .Nm
16 daemon monitors the CPU load and automatically adjusts the CPU
17 frequency up or down.
18 .Pp
19 All CPUs will be set to their maximum frequency when the 1 second
20 machine load exceeds 25% of one CPU.
21 All CPUs will be set to their
22 minimum frequency when the 10 second machine load drops below 12% of
23 one CPU.
24 .Pp
25 The options are as follows:
26 .Bl -tag -width Fl
27 .It Fl d
28 Debug option.
29 Causes
30 .Nm
31 to not go to the background and prints some debug output to
32 .Va stdout .
33 .It Fl t
34 Turbo mode.
35 Disables turbo mode completly. Turbo mode is enabled by default.
36 .El
37 .Sh DIAGNOSTICS
38 The
39 .Nm
40 utility will exit with a non-zero code if the required sysctls are not
41 present.
42 .Sh SEE ALSO
43 .Xr acpi 4 ,
44 .Xr est 4 ,
45 .Xr powernow 4
46 .Sh HISTORY
47 The
48 .Nm
49 command first appeared in
50 .Dx 2.7 .
51 .Sh BUGS
52 I'm shocked I tell you, shocked that there might be bugs in this program!