Using eBPF to get IO stats per cgroup #72
Closed
mahendrapaipuri
started this conversation in
Ideas
Replies: 1 comment
-
Implemented in #156 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
netdata already exposes the IO stats per cgroup by injecting BPF codes into kernel's syscalss
vfs_read
andvfs_write
. We should take some inspiration from their implementation to add this collector to our exporter to get aggregate IO metrics per cgroup.Beta Was this translation helpful? Give feedback.
All reactions