Created
October 25, 2022 01:25
-
-
Save mdcallag/81b5ce4b44754b4bc371a99943e85ea8 to your computer and use it in GitHub Desktop.
This file contains 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
$ cpupower frequency-info | |
analyzing CPU 0: | |
driver: acpi-cpufreq | |
CPUs which run at the same hardware frequency: 0 | |
CPUs which need to have their frequency coordinated by software: 0 | |
maximum transition latency: Cannot determine or is not supported. | |
hardware limits: 1.40 GHz - 2.00 GHz | |
available frequency steps: 2.00 GHz, 1.70 GHz, 1.40 GHz | |
available cpufreq governors: conservative ondemand userspace powersave performance schedutil | |
current policy: frequency should be within 1.40 GHz and 2.00 GHz. | |
The governor "schedutil" may decide which speed to use | |
within this range. | |
current CPU frequency: Unable to call hardware | |
current CPU frequency: 2.00 GHz (asserted by call to kernel) | |
boost state support: | |
Supported: yes | |
Active: no | |
$ sudo turbostat | |
turbostat version 21.05.04 - Len Brown <lenb@kernel.org> | |
CPUID(0): AuthenticAMD 0x10 CPUID levels | |
CPUID(1): family:model:stepping 0x17:60:1 (23:96:1) microcode 0x0 | |
CPUID(0x80000000): max_extended_levels: 0x80000020 | |
CPUID(1): SSE3 MONITOR - - - TSC MSR - HT - | |
CPUID(6): APERF, No-TURBO, No-DTS, No-PTM, No-HWP, No-HWPnotify, No-HWPwindow, No-HWPepp, No-HWPpkg, No-EPB | |
CPUID(7): No-SGX | |
RAPL: 234 sec. Joule Counter Range, at 280 Watts | |
/dev/cpu_dma_latency: 2000000000 usec (default) | |
current_driver: acpi_idle | |
current_governor: menu | |
current_governor_ro: menu | |
cpu3: POLL: CPUIDLE CORE POLL IDLE | |
cpu3: C1: ACPI FFH MWAIT 0x0 | |
cpu3: C2: ACPI IOPORT 0x414 | |
cpu3: C3: ACPI IOPORT 0x415 | |
cpu3: cpufreq driver: acpi-cpufreq | |
cpu3: cpufreq governor: schedutil | |
cpufreq boost: 0 | |
cpu0: MSR_RAPL_PWR_UNIT: 0x000a1003 (0.125000 Watts, 0.000015 Joules, 0.000977 sec.) | |
Core CPU Avg_MHz Busy% Bzy_MHz TSC_MHz IPC IRQ POLL C1 C2 C3 POLL% C1% C2% C3% CorWatt PkgWatt | |
- - 1148 60.70 1891 1996 0.97 1704448 1327 1584554 0 9 0.05 41.38 0.00 0.00 3.86 7.60 | |
0 0 1264 63.32 1996 1996 0.97 235295 223 217084 0 0 0.07 38.84 0.00 0.00 0.52 7.60 | |
1 1 1269 63.59 1996 1996 0.95 233799 219 215682 0 0 0.07 38.54 0.00 0.00 0.52 | |
2 2 1262 63.25 1996 1996 0.95 233420 321 218086 0 0 0.10 38.89 0.00 0.00 0.52 | |
3 3 904 67.97 1330 1996 1.00 171671 88 145527 0 0 0.03 34.21 0.00 0.00 0.39 | |
4 4 1135 56.86 1995 1996 0.97 207966 115 198778 0 0 0.04 45.13 0.00 0.00 0.48 | |
5 5 1135 56.89 1995 1996 0.96 207381 105 197704 0 0 0.03 45.13 0.00 0.00 0.48 | |
6 6 1122 56.64 1981 1996 0.99 209894 138 198806 0 6 0.04 45.36 0.00 0.00 0.47 | |
7 7 1094 57.05 1917 1996 0.99 205022 118 192887 0 3 0.04 44.96 0.00 0.00 0.47 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment