Created
June 19, 2015 13:50
-
-
Save devicenull/2d36234b89030b83e41d to your computer and use it in GitHub Desktop.
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
# Get msr-tools from https://www.kernel.org/pub/linux/utils/cpu/msr-tools/ | |
Run: | |
./rdmsr -d -f 15:8 0x199 -> (IA32_PERF_CTL) This gives you the p-state that the OS is requesting | |
./rdmsr -d -f 15:8 0x198 -> (IA32_PERF_STATUS) This gives you the p-state that the processor is delivering |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment