美文网首页
树莓派查看CPU温度

树莓派查看CPU温度

作者: Carrot_123 | 来源:发表于2021-06-29 12:01 被阅读0次

    1 方式一

     cat /sys/class/thermal/thermal_zone0/temp
    

    显示数值除以1000便是CPU实时温度(单位℃)。

    连续查看:

     watch -n 1 cat /sys/class/thermal/thermal_zone0/temp
    

    2 方式二

    vcgencmd measure_temp
    watch -n 1  vcgencmd measure_temp

    相关文章

      网友评论

          本文标题:树莓派查看CPU温度

          本文链接:https://www.haomeiwen.com/subject/fqghultx.html