Skip to content

Instantly share code, notes, and snippets.

@iamstoick
Created June 30, 2021 23:19
Show Gist options
  • Save iamstoick/4cfda1760bf59d832d1094756a4a89eb to your computer and use it in GitHub Desktop.
Save iamstoick/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