diff options
author | Eugene Teo <eteo@redhat.com> | 2010-02-04 13:42:24 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-02-04 13:42:24 -0500 |
commit | ecf33ff44feaccfde06f3c2b55b0a78d69e29545 (patch) | |
tree | a02d27bba7e2860db4281e64daf4d1883c463cc3 /testsuite/systemtap.examples/process/pfiles.meta | |
parent | 8155cc835adb286c456f30ebaa961508bc064e90 (diff) | |
download | systemtap-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.meta | 6 |
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 $$ |