diff options
-rw-r--r-- | sos/plugins/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/process.py b/sos/plugins/process.py index ab66322e..cae84437 100644 --- a/sos/plugins/process.py +++ b/sos/plugins/process.py @@ -23,6 +23,7 @@ class Process(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): profiles = ('system',) def setup(self): + self.add_copy_spec("/proc/sched_debug") self.add_cmd_output("ps auxwww", root_symlink="ps") self.add_cmd_output("pstree", root_symlink="pstree") self.add_cmd_output("lsof -b +M -n -l", root_symlink="lsof") |