当前位置:
首页 >
linux shell下获取cpu温度
发布时间:2023/11/27
50
豆豆
生活随笔
收集整理的这篇文章主要介绍了
linux shell下获取cpu温度
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
cpu0:cat /sys/class/thermal/thermal_zone0/temp
cpu1:cat /sys/class/thermal/thermal_zone1/temp
就会获取到cpu当前温度,在我的目录下还有一个文件夹 “thermal_zone1”可能是cpu是双核的所以有两个温度
转载于:https://www.cnblogs.com/super-age/p/7163814.html
总结
以上是生活随笔为你收集整理的linux shell下获取cpu温度的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 母猫绝育多少钱啊?
- 下一篇: VS2008让Release配置也能调试