blob: dadc50d2d80c04bf4203100dbb28c41b3c9c0729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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; however, the /dev/io interface may work with many
motherboards in FreeBSD 3.x and some non-LM78/79 motherboards.
WWW: http://www.fxp.org/~jedgar/
- Chris D. Faulhaber
jedgar@fxp.org
|