summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process/pfiles.meta
diff options
context:
space:
mode:
authorEugene Teo <eteo@redhat.com>2010-02-04 13:42:24 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-02-04 13:42:24 -0500
commitecf33ff44feaccfde06f3c2b55b0a78d69e29545 (patch)
treea02d27bba7e2860db4281e64daf4d1883c463cc3 /testsuite/systemtap.examples/process/pfiles.meta
parent8155cc835adb286c456f30ebaa961508bc064e90 (diff)
downloadsystemtap-steved-ecf33ff44feaccfde06f3c2b55b0a78d69e29545.tar.gz
systemtap-steved-ecf33ff44feaccfde06f3c2b55b0a78d69e29545.tar.xz
systemtap-steved-ecf33ff44feaccfde06f3c2b55b0a78d69e29545.zip
new sample: pfiles
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 $$