diff options
author | William Cohen <wcohen@redhat.com> | 2008-05-20 16:07:50 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-05-20 16:07:50 -0400 |
commit | d15495ebff9e91135ae0923f4a36b2d2538bab54 (patch) | |
tree | c3a4a7bd1f5b9749bf58f3fd199d2bf787904f24 /testsuite/systemtap.examples/sigkill.meta | |
parent | fc5a2d42b6cc46a9d4f7f3919ddc74ce70ad2a66 (diff) | |
download | systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.tar.gz systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.tar.xz systemtap-steved-d15495ebff9e91135ae0923f4a36b2d2538bab54.zip |
Add some scripts and descriptions to the systemtap.examples.
Diffstat (limited to 'testsuite/systemtap.examples/sigkill.meta')
-rw-r--r-- | testsuite/systemtap.examples/sigkill.meta | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/sigkill.meta b/testsuite/systemtap.examples/sigkill.meta new file mode 100644 index 00000000..57032224 --- /dev/null +++ b/testsuite/systemtap.examples/sigkill.meta @@ -0,0 +1,14 @@ +title: Track SIGKILL Signals +name: sigkill.stp +version: 1.0 +author: Red Hat +keywords: signals +subsystem: signals +status: production +exit: user-controlled +output: trace +scope: systemwide +description: The script traces any SIGKILL signals. When that SIGKILL signal is sent to a process, the script prints out the signal name, the desination executable and process ID, the executable name user ID that sent the signal. +arg_1: The name of the signal to look for on selected process. +test_check: stap -p4 sigkill.stp +test_installcheck: stap sigkill.stp -c "sleep 1" |