Sunday 7 August 2022

Command to check CPU temperature in Mac

Often you might need to check the CPU temperature. Following command print the CPU temperature periodically.

sudo powermetrics --samplers smc |grep -i "CPU die temperature"


 

Note

powermetrics command should be run in sudo mode.

You may like

Miscellaneous

Public, private key generation in Java

Export public key certificate from keystore

Read pkcs12 certificate information in Java

How to Get Client Certificate from HttpServletRequest

Programmatically import certificate to cacerts file in Java

How to get the decimal grouping character for given locale?

No comments:

Post a Comment