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
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
No comments:
Post a Comment