Skip to content

Commit

Permalink
Collect process stat files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Hester committed Jul 10, 2024
1 parent 867075f commit bb618b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def setup(self):

for proc in procs:
self.add_copy_spec([
f"/proc/{proc}/stat",
f"/proc/{proc}/status",
f"/proc/{proc}/cpuset",
f"/proc/{proc}/oom_*",
Expand Down

0 comments on commit bb618b5

Please sign in to comment.