Skip to content

Instantly share code, notes, and snippets.

@Giwan
Created August 4, 2022 07:50
Show Gist options
  • Select an option

  • Save Giwan/4e38b7853dc9938db7cf1ad1266fb5ba to your computer and use it in GitHub Desktop.

Select an option

Save Giwan/4e38b7853dc9938db7cf1ad1266fb5ba to your computer and use it in GitHub Desktop.
Check CPU temp on Intel mac

CPU Tempurature

This will show the CPU temperature on an intel mac. sudo powermetrics --samplers smc |grep -i "CPU die temperature"

The terminal window will keep reporting the temperature. Note that you'll need sudo priveliges to run this.

Source: https://beebom.com/how-check-cpu-temperature-mac/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment