Created
November 17, 2023 14:59
-
-
Save tomkinsc/6dd8df81266d597fbe839b71e8f186a4 to your computer and use it in GitHub Desktop.
macOS CPU die temperature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo powermetrics --samplers smc |grep -i "CPU die temperature" | |
# or thermal pressure: | |
# sudo powermetrics -s thermal | grep "Current pressure" | |
# ...or just install the "Hot" menubar app: | |
# https://github.com/macmade/Hot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment