]> sourceware.org Git - systemtap.git/commitdiff
stap-report: also report running stap processes
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 29 Nov 2013 16:32:50 +0000 (11:32 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 29 Nov 2013 16:33:10 +0000 (11:33 -0500)
stap-report

index 592d0723e1bbf1202b22a4349562b009db9841df..52ab146aa2e6cce41cbc9e687da661d2397aa04f 100755 (executable)
@@ -108,6 +108,7 @@ run "find /debugfs /proc /sys /dev /sys/kernel/debug -path '*kprobe*' -o -path '
 run "lsmod"
 run "avahi-browse -r -t _stap._tcp"
 run "ifconfig -a"
+run "ps awux | grep stap"
 for file in /boot/vmlinuz-`uname -r` /usr/lib/debug/lib/modules/`uname -r`/vmlinux /lib/modules/`uname -r`/build/vmlinux
 do
     if [ -f $file ]; then
This page took 0.032738 seconds and 5 git commands to generate.