-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: collect cgroup information per process #3799
Comments
jcastill
added a commit
to jcastill/sos
that referenced
this issue
Oct 5, 2024
Collect cgroup information for each process Related: sosreport#3799 Signed-off-by: Jose Castillo <[email protected]>
6 tasks
Nice catch. We have a cgroups plugin where we can collect this, so it may be better to place it there. |
jcastill
added a commit
to jcastill/sos
that referenced
this issue
Oct 7, 2024
Collect cgroup information for each process Related: sosreport#3799 Signed-off-by: Jose Castillo <[email protected]>
TurboTurtle
pushed a commit
that referenced
this issue
Oct 14, 2024
Collect cgroup information for each process Related: #3799 Signed-off-by: Jose Castillo <[email protected]>
I believe this was satisfied by #3801. Feel free to reopen if not fully addressed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/proc/<pid>/cgroup
should expose the association between processes and cgroups. It does not appear like this is currently captured. The same information can be found through the cgroup hierarchy (cgroup.procs
file for cgroup v2 andtasks
file for v1), but that requires traversing the entire hierarchy to find.The text was updated successfully, but these errors were encountered: