Fix documentation of RAPL collector

This commit is contained in:
Thomas Roehl 2024-12-23 17:51:43 +01:00
parent 2645ffeff3
commit bcecdd033b

View File

@ -1,11 +1,9 @@
# Running average power limit (RAPL) metric collector ## `rapl` collector
This collector reads running average power limit (RAPL) monitoring attributes to compute average power consumption metrics. See <https://www.kernel.org/doc/html/latest/power/powercap/powercap.html#monitoring-attributes>. This collector reads running average power limit (RAPL) monitoring attributes to compute average power consumption metrics. See <https://www.kernel.org/doc/html/latest/power/powercap/powercap.html#monitoring-attributes>.
The Likwid metric collector provides similar functionality. The Likwid metric collector provides similar functionality.
## Configuration
```json ```json
"rapl": { "rapl": {
"exclude_device_by_id": ["0:1", "0:2"], "exclude_device_by_id": ["0:1", "0:2"],
@ -13,6 +11,5 @@ The Likwid metric collector provides similar functionality.
} }
``` ```
## Metrics Metrics:
* `rapl_average_power`: average power consumption in Watt. The average is computed over the entire runtime from the last measurement to the current measurement * `rapl_average_power`: average power consumption in Watt. The average is computed over the entire runtime from the last measurement to the current measurement