Skip to content

Instantly share code, notes, and snippets.

@tomkinsc
Created November 17, 2023 14:59
Show Gist options
  • Save tomkinsc/6dd8df81266d597fbe839b71e8f186a4 to your computer and use it in GitHub Desktop.
Save tomkinsc/6dd8df81266d597fbe839b71e8f186a4 to your computer and use it in GitHub Desktop.
macOS CPU die temperature
#!/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