centos下如何查看CPU温度
时间:2017-04-20 12:21 来源:linux.it.net.cn 作者:IT
作为爱机的主人,咱们得嘘寒问暖是不是?下面介绍Linux下查看CPU温度的方法.
CentOS系列:
1.yum install lm_sensors;
2.sensors-detect
3.sensors
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)
最后,由于驱动升级等原因,以上的命令可能会发生一些改变,所以只能作为参考.
(责任编辑:IT)
作为爱机的主人,咱们得嘘寒问暖是不是?下面介绍Linux下查看CPU温度的方法. CentOS系列: 1.yum install lm_sensors; 2.sensors-detect 3.sensors 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) 最后,由于驱动升级等原因,以上的命令可能会发生一些改变,所以只能作为参考. (责任编辑:IT) |