我是靠谱客的博主 霸气棒棒糖,最近开发中收集的这篇文章主要介绍Ubuntu中使用Psensor监控硬件温度,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

支持监控以下硬件温度:

主板和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监控硬件温度的全部内容,希望文章能够帮你解决Ubuntu中使用Psensor监控硬件温度所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(117)

评论列表共有 0 条评论

立即
投稿
返回
顶部