You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/sensors/hwpc-sensor.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ performance counter and the power consumption of CPU.
5
5
6
6
HWPC Sensor uses the RAPL (Running Average Power Limit) technology to monitor CPU
7
7
power consumption. This technology is only available on **Intel Sandy Bridge**
8
-
architecture or **newer**. However, Intel Core **Tiger Lake**, **Alder Lake** and **Raptor Lake** families for **desktop** and **mobile****are not supported**. The sensor is also available on **AMD Zen (1,2,34)**. **Power/ARM/RISCV are not supported** architectures.
8
+
architecture or **newer**. However, Intel Core **Tiger Lake**, **Alder Lake** and **Raptor Lake** families for **desktop** and **mobile****are not supported**. The sensor is also available on **AMD Zen (1,2,3)**. **Power/ARM/RISCV are not supported** architectures.
9
9
10
10
In particular, it exploits the `perf` API of the **Linux kernel**. It is only available on Linux
11
11
and need to have **root access** to be used. If you are using version **1.2 or older**, the sensor requires **cgroup V1**.
@@ -66,8 +66,9 @@ Table below depicts the different group events for compatible Intel and AMD arch
66
66
67
67
| Architectures | Group | Events |
68
68
| ------------- | ----- | ------------- |
69
-
|Intel Sandy Bridge and newer, AMD Zen 2 |`rapl`|`RAPL_ENERGY_PKG`, `RAPL_ENERGY_DRAM`|
70
-
|Intel Sandy Bridge and newer, AMD Zen 2 |`msr`|`TSC`, `APERF`, `MPERF`|
69
+
|Intel Sandy Bridge and newer |`rapl`|`RAPL_ENERGY_PKG`, `RAPL_ENERGY_DRAM`|
70
+
|AMD Zen 2 and 3 |`rapl`|`RAPL_ENERGY_PKG`|
71
+
|Intel Sandy Bridge and newer, AMD Zen 2 and 3 |`msr`|`TSC`, `APERF`, `MPERF`|
71
72
|Intel Skylake, Whiskey Lake, Coffe Lake|`core`|`CPU_CLK_THREAD_UNHALTED:REF_P`, `CPU_CLK_THREAD_UNHALTED:THREAD_P`, `LLC_MISSES`,`INSTRUCTIONS_RETIRED`|
72
73
|Intel Sandy Bridge, Comet Lake |`core`|`CPU_CLK_UNHALTED:REF_P`, `CPU_CLK_UNHALTED:THREAD_P`, `LLC_MISSES`,`INSTRUCTIONS_RETIRED`|
73
74
|AMD Zen 2 |`core`|`CYCLES_NOT_IN_HALT`, `RETIRED_INSTRUCTIONS` , `RETIRED_UOPS`|
0 commit comments