Skip to content

Commit

Permalink
[cgroups] Collect cgroup information per process
Browse files Browse the repository at this point in the history
Collect cgroup information for each process

Related: #3799

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill committed Oct 5, 2024
1 parent 96e4d79 commit 037bc39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/cgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def setup(self):

self.add_copy_spec([
"/proc/cgroups",
"/sys/fs/cgroup"
"/sys/fs/cgroup",
"/proc/*/cgroup",
])

self.add_cmd_output("systemd-cgls")
Expand Down

0 comments on commit 037bc39

Please sign in to comment.