aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-02-10 19:48:59 +0000
committerBryn M. Reeves <bmr@redhat.com>2015-02-10 19:48:59 +0000
commit4cc076409f65792c071e4cf027a78c847f7b5ff8 (patch)
treea6d80eae8161c85f625309c7a06728afb5b0857a
parent58a6d777d7b5fc4ef72e185ccd916110a73f48d2 (diff)
downloadsos-4cc076409f65792c071e4cf027a78c847f7b5ff8.tar.gz
[process] collect /proc/sched_debug
Related: #490. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/process.py1
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")