Reading CPU temperature and Fan speeds from the command line in macOs 10.14 Mojave
Posted on Fri 27 September 2019 in macOs
I was looking to read out the current temperature and fan speed of my MacBook Pro running macOS 10.14 Mojave. I prefered build-in tools over shady apps. After some searching, I found the powermetrics
tool (which needs sudo
privileges). By default, it outputs lots of details every 5 seconds …
Continue reading