Using eBPF to get IO stats per cgroup #72
Closed
mahendrapaipuri
started this conversation in
Ideas
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_readandvfs_write. We should take some inspiration from their implementation to add this collector to our exporter to get aggregate IO metrics per cgroup.All reactions