CPU temperature in macOS
ここに色々ある。
macos - Can I get the CPU temperature and fan speed from the command line in OS X? - Ask Different |
code:sh
gem install iStats
が一番人気のようだけど、動かなかったので、Ruby のバージョンのせいか古い Mac で動かなかったので、
code:sh
brew install osx-cpu-temp
osx-cpu-temp
した。こちらは問題なく動く。
#Mac