SIGN IN SIGN UP

Add resctrlfs package (#862)

Parse the monitoring data of the resctrl filesystem, the kernel
interface to Intel RDT, AMD PQoS and ARM MPAM. All vendors share the
same driver and file layout, so one parser serves all vendors.

MonData returns the per domain counters of the root control group
(llc_occupancy, mbm_total_bytes, mbm_local_bytes). A counter is nil
when the hardware lacks the feature or reports "Unavailable".
L3MonInfo exposes the monitoring capabilities from info/L3_MON.

This patch only adds read support for monitoring data.

Signed-off-by: René Treffer <treffer@measite.de>
R
Rene Treffer committed
a87803ee31e34a4ce47eec11fcb27da749a06ee5
Parent: c8c8f52
Committed by GitHub <noreply@github.com> on 8/27/2026, 10:28:31 AM