Mac不安装软件,怎么查看 CPU 温度和风扇转速?
打开终端,运行以下命令,就能在终端中实时查看 CPU 温度和风扇转速:
sudo powermetrics --samplers smc
如果只想查看 CPU 温度:
sudo powermetrics --samplers smc |grep -i "CPU die temperature"
© 版权声明
文章版权归作者所有,非商业转载请注明本站名称和原文链接,未经许可请勿商业转载
THE END
Mac不安装软件,怎么查看 CPU 温度和风扇转速?
打开终端,运行以下命令,就能在终端中实时查看 CPU 温度和风扇转速:
sudo powermetrics --samplers smc
如果只想查看 CPU 温度:
sudo powermetrics --samplers smc |grep -i "CPU die temperature"
暂无评论内容