Created
June 30, 2021 23:19
-
-
Save iamstoick/4cfda1760bf59d832d1094756a4a89eb to your computer and use it in GitHub Desktop.
Utility script to determine CPU, GPU, and IO thermal level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sysctl machdep.xcpm.cpu_thermal_level | |
sysctl machdep.xcpm.gpu_thermal_level | |
sysctl machdep.xcpm.io_thermal_level |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment