Skip to content

Conversation

@sambhav-jain-16
Copy link

@sambhav-jain-16 sambhav-jain-16 commented Nov 17, 2025

This PR aims to add methods to retrieve statistics for individual cgroup controllers
(CPU, memory, pids, IO, hugetlb, rdma, misc) instead of requiring all
stats to be fetched at once. This enables tools like cadvisor to collect
specific metrics with different housekeeping intervals, reducing
computational overhead.

Fixes: #44

This adds methods to retrieve statistics for individual cgroup controllers
(CPU, memory, pids, IO, hugetlb, rdma, misc) instead of requiring all
stats to be fetched at once. This enables tools like cadvisor to collect
specific metrics with different housekeeping intervals, reducing
computational overhead.

Fixes: opencontainers#44

Signed-off-by: Sambhav Jain <[email protected]>
@sambhav-jain-16 sambhav-jain-16 marked this pull request as ready for review November 17, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add functionality to get individual controller's stats

1 participant