summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-02-05 14:53:06 -0500
committerDave Brolley <brolley@redhat.com>2010-02-05 14:53:06 -0500
commit3cad5a57f0117dcb994b72db454b3fa1805e5dd5 (patch)
treeda14b364bdc906188c9d580e9238f0faf7e33cb1 /testsuite/systemtap.examples/keyword-index.txt
parentc33bb0d60c14eac88bdc50589799e1d065dec565 (diff)
parent08173df80b532dd000b32354bd0c765acaac4659 (diff)
downloadsystemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.tar.gz
systemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.tar.xz
systemtap-steved-3cad5a57f0117dcb994b72db454b3fa1805e5dd5.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt27
1 files changed, 18 insertions, 9 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 0f1c5885..b4ff7307 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -118,6 +118,16 @@ keywords: disk
ten entries during that period.
+= FILES =
+
+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.
+
+
= FILESYSTEM =
general/badname.stp - Bad Filename Filter
@@ -311,15 +321,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
@@ -681,6 +682,14 @@ keywords: process scheduler
determine what process is creating a flurry of short-lived processes.
+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