Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

apm(1) [redhat man page]

APM(1)							     Linux Programmer's Manual							    APM(1)

NAME
apm - query Advanced Power Management (APM) BIOS SYNOPSIS
apm [ -vVmsS ] DESCRIPTION
apm reads /proc/apm and presents the output in a human-readable format. Since primarily battery status information is provided, this com- mand is most useful on laptops with a compliant APM BIOS. apm also allows the machine to be put into standby or suspend mode. OPTIONS
-V, --version Print the apm program version and exit immediately. -v, --verbose Print information about the APM BIOS version and Linux APM driver version. -m, --minutes Print total minutes remaining instead of using an hh:mm format. -s, --suspend Put the machine into suspend mode if possible. -S, --standby Put the machine into standby mode if possible. -i, --ignore Tell the system to ignore system-generated APM suspend and standby events when on AC power. This may be useful to users who have laptops and want APM events when on battery power, but not when on AC power. -n, --noignore Tell the system not to ignore system-generated APM suspend and standby events when on AC power. This is the default mode; this option is provided as a way to undo a prior "apm -i" call. BUGS This program requires a post-1.3.57 kernel. This program will not work with older kernels or with the APM patches, since the format for /proc/apm has changed radically. FILES
/proc/apm linux/drivers/char/apm_bios.c AUTHOR
This program was written by Rik Faith (faith@cs.unc.edu) and may be freely distributed under the terms of the GNU General Public License. There is ABSOLUTELY NO WARRANTY for this program. The current maintainer is Avery Pennarun (apenwarr@worldvisions.ca). SEE ALSO
xapm(1), apmd(8) 10 Jan 1996 APM(1)

Check Out this Related Man Page

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

NAME
apm, zzz -- Advanced Power Management control program SYNOPSIS
apm [-abdlmsSvz] [-f sockname] zzz [-Sz] [-f sockname] DESCRIPTION
The apm program communicates with the Advanced Power Management (APM) daemon, apmd(8), making requests of the current power status or placing the system either into suspend or stand-by state. The apm tool is only installed on supported platforms. With no flags, apm displays the current power management state in verbose form. Available command-line flags are: -z Put the system into suspend (deep sleep) mode. -S Put the system into stand-by (light sleep) mode. -l Display the estimated battery lifetime in percent. -m Display the estimated battery lifetime in minutes. -b Display the battery status: 0 means high, 1 means low, 2 means critical, 3 means charging, 4 means absent, and 255 means unknown. -a Display the external charger (A/C status): 0 means disconnected, 1 means connected, 2 means backup power source, and 255 means unknown. -s Display if power management is enabled. -v Request more verbose description of the displayed states. -f sockname Set the name of the socket via which to contact apmd(8) to sockname. -d Do not communicate with the APM daemon; attempt instead to manipulate the APM control device directly. The zzz variant of this command is an alternative for suspending the system. With no arguments, zzz places the system into suspend mode. The command line flags serve the same purpose as for the apm variant of this command. This command does not wait for positive confirmation that the requested mode has been entered; to do so would mean the command does not return until the system resumes from its sleep state. FILES
/var/run/apmdev is the default UNIX-domain socket used for communication 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. /dev/apmctl is the control device which is used when the -d flag is specified; it must be writable for the -d flag to work successfully. /dev/apm is the status device used when the socket is not accessible; it must be readable to provide current APM status. SEE ALSO
acpi(4), apm(4), apmd(8) Intel Corporation and Microsoft Corporation, Advanced Power Management (APM) BIOS Interface Specification, Revision 1.2, February 1996. HISTORY
The apm command appeared in NetBSD 1.3. The APM specification first appeared in 1992. The last update to the standard was made in 1996 - the same year when it was superceded by the ACPI 1.0 standard. Thereafter power management on IBM-compatible personal computers has relied on ACPI, implemented in NetBSD by the acpi(4) subsystem. The acpi(4) provides an emulation layer for the legacy apm. BSD
March 20, 2010 BSD
Man Page