Last active
September 27, 2020 03:39
-
-
Save fo40225/315b1ae444944b27643e7f1c35268994 to your computer and use it in GitHub Desktop.
check cpu turbo
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
# 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