这里没有橄榄
18:19 · 2022年7月2日 · 周六
asdf
Linux 下获取 CPU 温度
Telegraph
|
原文
Telegraph
Linux 下获取 CPU 温度 - asdf
搞了个台式机,好久没碰物理设备了…天气较热,就做了下相关的搜索,除了安装一些辅助工具的办法,系统其实原生提供了接口 getTemp () { for zone in `ls /sys/class/thermal/ | grep thermal_zone` do echo -n "`cat /sys/class/thermal/$zone/type`: " echo `cat /sys/class/thermal/$zone/temp | sed 's/\(.\)..$/.\1°C/'` done} 另外,注意到温度还有一点是因为…
Home
Powered by
BroadcastChannel
&
Sepia