1999-09-28 19:24:43 +00:00
|
|
|
lmmon
|
1999-09-27 17:18:48 +00:00
|
|
|
|
1999-10-21 06:34:46 +00:00
|
|
|
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
|
2000-07-08 03:25:23 +00:00
|
|
|
3.3-STABLE (after 01 November 1999), 4.x, and 5.x; however, the
|
1999-11-14 03:31:20 +00:00
|
|
|
/dev/io interface may work with many motherboards in FreeBSD
|
|
|
|
3.x and some non-LM78/79 motherboards.
|
1999-10-21 06:34:46 +00:00
|
|
|
|
2000-07-08 03:25:23 +00:00
|
|
|
In addition, lmmon supports simple text output that can be easily
|
2000-03-08 17:51:03 +00:00
|
|
|
used by external programs (e.g. UCD SNMP Daemon) for monitoring.
|
|
|
|
|
2000-07-08 03:25:23 +00:00
|
|
|
WWW: http://www.fxp.org/~jedgar/lmmon/
|
1999-10-21 06:34:46 +00:00
|
|
|
|
|
|
|
- Chris D. Faulhaber
|
2000-03-08 17:51:03 +00:00
|
|
|
<jedgar@FreeBSD.org>
|