OpenBSD manual page server

Manual Page Search Parameters

APM(8) System Manager's Manual APM(8)

apm, zzz, ZZZAdvanced Power Management control program

apm [-AabCHLlmPSvZz] [-f sockname]

zzz [-SZz] [-f sockname]

ZZZ [-SZz] [-f sockname]

apm communicates with the Advanced Power Management daemon, apmd(8), making requests of it for current power status or to place the system into a suspend or stand-by state. With no flags, apm displays the current power management state in verbose form.

The options are as follows:

Set apmd(8) to automatic performance adjustment mode. In this mode, when CPU idle time falls below 10%, or if the AC power is connected and the battery is more than 15% charged, apm raises hw.setperf to 100. Otherwise when CPU idle time is above 30% and the system is running on battery power, apm lowers hw.setperf as much as possible to reduce power consumption.
Display the external charger (A/C status). 0 means disconnected, 1 means connected, 2 means backup power source, and 255 means unknown.
Display the battery status. 0 means high, 1 means low, 2 means critical, 3 means charging, 4 means absent, and 255 means unknown.
Set apmd(8) to cool running performance adjustment mode. In this mode, when CPU idle time falls below 10%, apm raises hw.setperf as much as necessary. Otherwise when CPU idle time is above 30%, apm lowers hw.setperf as much as possible to reduce heat, noise, and power consumption.
sockname
Set the name of the socket via which to contact apmd(8) to sockname.
Set apmd(8) to manual performance adjustment mode and hw.setperf to 100.
Set apmd(8) to manual performance adjustment mode and hw.setperf to 0.
Display the estimated battery lifetime (in percent).
Display the estimated battery lifetime (in minutes).
Display the performance adjustment mode. 0 means manual mode, 1 means automatic mode, and 2 means cool running mode.
Put the system into stand-by (light sleep) state.
Request more verbose description of the displayed states.
Put the system into hibernation. System memory is saved to disk (swap space) and the machine is powered down.
Put the system into suspend (deep sleep) state.

The zzz and ZZZ commands are shortcuts for suspending and hibernating the system, respectively. With no arguments, they are placed into their respective states. The command line flags serve the same purpose as for apm.

These commands do not wait for positive confirmation that the requested state has been entered; to do so would mean the command does not return until the system resumes from its sleep state.

/var/run/apmdev
The default UNIX-domain socket for communicating with apmd(8). The -f flag may be used to specify an alternate socket name. The protection modes on this socket govern which users may access the APM functions.

apm(4), apmd(8)

Advanced Power Management (APM) BIOS Interface Specification (revision 1.2), Intel Corporation and Microsoft Corporation

The apm command appeared in NetBSD 1.3; OpenBSD support was added in OpenBSD 1.2.

March 30, 2012 OpenBSD-5.2