diff options
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 $$ |