Skip to content

Commit

Permalink
msr: README: clarify supported CPU limitations
Browse files Browse the repository at this point in the history
Suggest raplcap-msr implementation as a more capable alternative.
  • Loading branch information
connorimes committed Mar 19, 2022
1 parent 4a1074c commit bb59d58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions msr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This implementation of the `energymon` interface reads Package-level energy
data from Intel Model Specific Registers on Linux platforms.
It supports CPUs that implement the standard Running Average Power Limit (RAPL)
interface, as described in the Intel Software Developer's Manual, Volume 3A.

Use the [raplcap-msr](../raplcap-msr) implementation for broader Intel CPU
support, automatic detection of multi-package and multi-die systems, and support
for other power domains.

## Prerequisites

Expand Down

0 comments on commit bb59d58

Please sign in to comment.