aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2014-05-01 16:57:32 -0400
committerBryn M. Reeves <bmr@redhat.com>2014-06-06 21:09:04 +0100
commitb8375c8feb791dbd10513e64bd318b58744f1b7d (patch)
treef94b1dc00df8c328f3fbcbe7be06636073db34dc
parent6aad22137a03744ae5a741c7ce05778614598f26 (diff)
downloadsos-b8375c8feb791dbd10513e64bd318b58744f1b7d.tar.gz
[systemtap] collect stap-report
Invoke stap-report to collect more stap-focused kernel/environmental information. Signed-off-by: Michele Baldessari <michele at acksyn.org> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/systemtap.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/systemtap.py b/sos/plugins/systemtap.py
index 68ceee34..170d0c16 100644
--- a/sos/plugins/systemtap.py
+++ b/sos/plugins/systemtap.py
@@ -28,7 +28,8 @@ class SystemTap(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_cmd_outputs([
"stap -V 2",
- "uname -r"
+ "uname -r",
+ "stap-report"
])
# vim: et ts=4 sw=4