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
Container names do not seem to be parsed when using v2 cgroups, despite mounting /var/lib/docker/containers. Here is an example line of printout from the hwpc sensor log I: 25-03-01 23:14:22 perf</system.slice/docker-3307fee8ff7898da36a4030d6c64ad91a84e45bd4fcc581d073613910d263fc5.scope>: monitoring actor started
suggests powerapi is expecting perf_event to always exist. For my v2 cgroups setup, all of the docker folders are containeed in /sys/fs/cgroup/system.slice
Is this a genuine bug or have I got something ganked in my setup?
PowerAPI rocks by the way!
The text was updated successfully, but these errors were encountered:
Hi there.
Container names do not seem to be parsed when using v2 cgroups, despite mounting
/var/lib/docker/containers
. Here is an example line of printout from the hwpc sensor logI: 25-03-01 23:14:22 perf</system.slice/docker-3307fee8ff7898da36a4030d6c64ad91a84e45bd4fcc581d073613910d263fc5.scope>: monitoring actor started
A brief glance at
hwpc-sensor/src/target_docker.c
Line 45 in 4b7ebec
and
hwpc-sensor/src/target.c
Line 71 in 4b7ebec
suggests powerapi is expecting perf_event to always exist. For my v2 cgroups setup, all of the docker folders are containeed in
/sys/fs/cgroup/system.slice
Is this a genuine bug or have I got something ganked in my setup?
PowerAPI rocks by the way!
The text was updated successfully, but these errors were encountered: