首页 > 代码库 > linux shell下获取cpu温度

linux shell下获取cpu温度

cpu0:cat /sys/class/thermal/thermal_zone0/temp

cpu1:cat /sys/class/thermal/thermal_zone1/temp

  

就会获取到cpu当前温度,在我的目录下还有一个文件夹 “thermal_zone1”可能是cpu是双核的所以有两个温度

技术分享

linux shell下获取cpu温度