Linux下硬件温度监控软件-psensor
2010-11-22 08:58:23 阿炯

本站赞助商链接,请多关照。

psensor 是一个图形化的硬件温度传感器的监控工具,基于 Linux 的 lm-sensors 和 GTK 库。

lm_sensors的软件可以帮助我们来监控主板,CPU的工作电压,风扇转速、温度等数据。这些数据我们通常在主板的 BIOS也可以看到。当我们可以在机器运行的时候通过lm_sensors随时来监测着CPU的温度变化,可以预防呵保护因为CPU过热而会烧掉。

lm_sensors的最新版本为3.3,新版本增加针对机箱入侵检测和湿度传感器的支持,同时现有的传感器增加更多的属性。

Psensor is a graphical hardware temperature monitor for Linux.

It can monitor:
* the temperature of the motherboard and CPU sensors (using lm-sensors).
* the temperature of the NVidia GPUs (using XNVCtrl).
* the temperature of the Hard Disk Drives (using hddtemp).
* the rotation speed of the fans (using lm-sensors).

The application is designed to be simple and easy to use. The CPU and memory consumption are not significant.

Usage
install lm-sensors
# apt-get install lm-sensors

starts the detection of your hardware sensors:
# sensors-detect

Verify that it works:
# sensors

It should display something like:
coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +46.0C  (high = +76.0C, crit = +100.0C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +44.0C  (high = +76.0C, crit = +100.0C)


最新版本:0.8

该版本改进和翻译和服务器端的网页,修复一些 bug。

项目主页:http://wpitchoune.net:9969/psensor/

该文章最后由 阿炯 于 2014-04-20 21:26:58 更新,目前是第 3 版。