Skip to content

Instantly share code, notes, and snippets.

@geraldvillorente
Created June 30, 2021 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geraldvillorente/4cfda1760bf59d832d1094756a4a89eb to your computer and use it in GitHub Desktop.
Save geraldvillorente/4cfda1760bf59d832d1094756a4a89eb to your computer and use it in GitHub Desktop.
Utility script to determine CPU, GPU, and IO thermal level
#!/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