Linux学习笔记(二十二) -- Linux如何查看CPU温度

作为爱机的主人,咱们得嘘寒问暖是不是?下面介绍Linux下查看CPU温度的方法.

1.CentOS系列:

1.yum install lm_sensors;

2.sensors-detect

3.sensors

2.Ubuntu系列:

1.apt-get install lm-sensors

2.sensors-detect

3.service kmod start

4.sensors

注意:这些命令执行的过程中,需要你 YES/NO/SELECT,直接一路YES,就OK啦!

最后的信息大致如下:

acpitz-virtual-0
Adapter: Virtual device
temp1: +55.0°C (crit = +103.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +55.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +50.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +51.0°C (high = +87.0°C, crit = +105.0°C)

最后,由于驱动升级等原因,以上的命令可能会发生一些改变,所以只能作为参考.

原文地址:https://blog.csdn.net/yangguangqizhi/article/details/46460599

栏目导航
上一篇:Linux学习笔记(二十一) – NVIDIA Jetson TX2 通过vnc 桌面控制
下一篇:Linux学习笔记(二十三) – QT的安装和卸载

猜你喜欢

转载自blog.csdn.net/u014337397/article/details/81168196