首页 > 系统服务 > 详细

Ubuntu中使用Psensor监控硬件温度

时间:2016-01-20 23:09:08      阅读:577      评论:0      收藏:0      [点我收藏+]
支持监控以下硬件温度:

主板和CPU温度
Nvidia GPU温度
实验性ATI/AMD GPUs温度监控,Ubuntu PPA中未启用。
硬盘温度
风扇转速
CPU使用率

效果图:
技术分享

技术分享

首先安装监控cpu 主板 风扇等需要的包:

sudo apt-get install lm-sensors hddtemp
sudo sensors-detect
回复"yes"即可。
重启或通过以下命令加载 sensor需要的模块。
sudo service module-init-tools start
sudo apt-get install psensor

或者通过stable PPA安装

sudo add-apt-repository ppa:jfi/ppa
sudo apt-get update
sudo apt-get install psensor

另外还有个unstable Ubuntu PPA,可能会有bug

sudo add-apt-repository ppa:jfi/psensor-unstable
sudo apt-get update
sudo apt-get install psensor

Ubuntu中使用Psensor监控硬件温度

原文:http://www.jb51.net/os/Ubuntu/77331.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!