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.
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.