From 4cc076409f65792c071e4cf027a78c847f7b5ff8 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 10 Feb 2015 19:48:59 +0000 Subject: [process] collect /proc/sched_debug Related: #490. Signed-off-by: Bryn M. Reeves --- sos/plugins/process.py | 1 + 1 file changed, 1 insertion(+) 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") -- cgit