Skip to content

Instantly share code, notes, and snippets.

@fo40225
Last active September 27, 2020 03:39
Show Gist options
  • Save fo40225/315b1ae444944b27643e7f1c35268994 to your computer and use it in GitHub Desktop.
Save fo40225/315b1ae444944b27643e7f1c35268994 to your computer and use it in GitHub Desktop.
check cpu turbo
# sudo apt install -y linux-tools-$(uname -r)
sudo apt install -y linux-tools-generic
# sudo turbostat --interval 1 --debug
sudo turbostat -s Core,CPU,Avg_MHz,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp,PkgWatt -c core -i 1
while :; do :; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment