diff options
author | David Smith <dsmith@redhat.com> | 2009-06-19 10:58:03 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-06-19 10:58:03 -0500 |
commit | 76d9a838820b78ab93f9faeb1dcf20f2ec509fc3 (patch) | |
tree | 93bdad0ee02177e9af895772d3ad6ebccc156138 /testsuite/systemtap.examples/process/forktracker.meta | |
parent | ac4f1eca71edee2feb2cbdad1a044549f30da023 (diff) | |
parent | 0c98234c86877cfea3df762dc8627b3f05c38e75 (diff) | |
download | systemtap-steved-76d9a838820b78ab93f9faeb1dcf20f2ec509fc3.tar.gz systemtap-steved-76d9a838820b78ab93f9faeb1dcf20f2ec509fc3.tar.xz systemtap-steved-76d9a838820b78ab93f9faeb1dcf20f2ec509fc3.zip |
Merge commit 'origin/master' into pr7043
Diffstat (limited to 'testsuite/systemtap.examples/process/forktracker.meta')
-rw-r--r-- | testsuite/systemtap.examples/process/forktracker.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/process/forktracker.meta b/testsuite/systemtap.examples/process/forktracker.meta new file mode 100644 index 00000000..f3ef3709 --- /dev/null +++ b/testsuite/systemtap.examples/process/forktracker.meta @@ -0,0 +1,13 @@ +title: Trace Creation of Processes +name: forktracker.stp +version: 0.1 +author: Phil Muldoon at Red Hat +keywords: process scheduler +subsystem: scheduler +status: production +exit: user-controlled +output: trace +scope: system-wide +description: The forktracker.stp script prints out a time-stamped entry showing each fork and exec operation on the machine. This can be useful for determine what process is creating a flurry of short-lived processes. +test_check: stap -p4 forktracker.stp +test_installcheck: stap forkracker.stp -c "sleep 1" |