summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process/pfiles.meta
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-02-05 14:53:06 -0500
committerDave Brolley <brolley@redhat.com>2010-02-05 14:53:06 -0500
commit3cad5a57f0117dcb994b72db454b3fa1805e5dd5 (patch)
treeda14b364bdc906188c9d580e9238f0faf7e33cb1 /testsuite/systemtap.examples/process/pfiles.meta
parentc33bb0d60c14eac88bdc50589799e1d065dec565 (diff)
parent08173df80b532dd000b32354bd0c765acaac4659 (diff)
downloadsystemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.tar.gz
systemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.tar.xz
systemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/process/pfiles.meta')
-rw-r--r--testsuite/systemtap.examples/process/pfiles.meta6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/process/pfiles.meta b/testsuite/systemtap.examples/process/pfiles.meta
new file mode 100644
index 00000000..f5b623ce
--- /dev/null
+++ b/testsuite/systemtap.examples/process/pfiles.meta
@@ -0,0 +1,6 @@
+title: print process file descriptors
+name: pfiles.stp
+keywords: process files
+description: Run pfiles.stp to produce a human-readable summary of all open file descriptors of a given process. Specify the process-id as -x PID for fastest performance.
+test_check: stap -gp4 pfiles.stp -x $$
+test_installcheck: stap -g pfiles.stp -x $$