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: sosreport#3799

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill authored and TurboTurtle committed Oct 14, 2024
1 parent 5cafeee commit 3fa3a33
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/[0-9]*/cgroup",
])

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

0 comments on commit 3fa3a33

Please sign in to comment.