support for RAPL

This commit is contained in:
Andreas Abel
2020-12-08 20:50:35 +01:00
parent 6d9e1f9e85
commit ddbcc18731
2 changed files with 5 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ You can find details on the meanings of the different parts of the entries in ch
## MSR Performance Counter Config Files
Some performance counters, such as the uncore counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format:
Some performance counters, such as the uncore counters or the RAPL counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format:
msr_...=...(.msr_...=...)* msr_... Name

4
configs/msr_RAPL.txt Normal file
View File

@@ -0,0 +1,4 @@
msr_611 MSR_PKG_ENERGY_STATUS
msr_639 MSR_PP0_ENERGY_STATUS
msr_641 MSR_PP1_ENERGY_STATUS
msr_619 MSR_DRAM_ENERGY_STATUS