summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
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/index.txt
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/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 9a3637ae..908db615 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -156,15 +156,6 @@ keywords: io monitoring
first few sectors of a raw block device.
-io/nfs_func_log.stp - Print Log of NFS Functions Used
-keywords: io
-
- The nfs_func_log.stp script logs the uses of NFS functions in the
- kernel. The output is a trace. Each line contains the time stamp,
- the process name, and the process number followed by the function
- name.
-
-
io/nfs_func_users.stp - Tally the Number of NFS Functions Used by Each Process
keywords: io profiling
@@ -463,6 +454,14 @@ keywords: profiling
samples.
+process/pfiles.stp - print process file descriptors
+keywords: process files
+
+ 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.
+
+
process/plimit.stp - print resource limits
keywords: process