From ecf33ff44feaccfde06f3c2b55b0a78d69e29545 Mon Sep 17 00:00:00 2001 From: Eugene Teo Date: Thu, 4 Feb 2010 13:42:24 -0500 Subject: new sample: pfiles --- testsuite/systemtap.examples/process/pfiles.meta | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/systemtap.examples/process/pfiles.meta (limited to 'testsuite/systemtap.examples/process/pfiles.meta') 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 $$ -- cgit