mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
167f1a76f8
* Add -m flag: produces a very simple output format, suitable for input to other programs - such as the UCD SNMP Daemon. By: Kevin Walton <kevinw@demon.net>
21 lines
699 B
Plaintext
21 lines
699 B
Plaintext
lmmon
|
|
|
|
This program displays information gathered from a motherboard
|
|
power management controller (e.g. LM78/79). Displayed values
|
|
include fan speeds, motherboard temperature, and various
|
|
voltages. By default it cycles once per second using a curses-
|
|
based display.
|
|
|
|
Currently, the /dev/smb0 interface is only supported in FreeBSD
|
|
4.0 and 3.3-STABLE (after 01 November 1999); however, the
|
|
/dev/io interface may work with many motherboards in FreeBSD
|
|
3.x and some non-LM78/79 motherboards.
|
|
|
|
In addition, lmmon support simple text output that can be easily
|
|
used by external programs (e.g. UCD SNMP Daemon) for monitoring.
|
|
|
|
WWW: http://www.fxp.org/~jedgar/
|
|
|
|
- Chris D. Faulhaber
|
|
<jedgar@FreeBSD.org>
|