summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 1066d277..92370c83 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -311,6 +311,16 @@ keywords: io monitoring
first few sectors of a raw block device.
+io/nfs_func_users.stp - Tally the Number of NFS Functions Used by Each Process
+keywords: io profiling
+
+ The nfs_func_users.stp script counts the uses of NFS functions in the
+ kernel on a per process bases. The output is sorted from the process
+ with the greatest number of NFS functions called to the least. The
+ output contains the executable name, the process number, and the
+ total number of NFS functions called by the process.
+
+
io/traceio.stp - Track Cumulative I/O Activity by Process Name
keywords: io
@@ -713,6 +723,16 @@ keywords: io profiling
bytes read and written.
+io/nfs_func_users.stp - Tally the Number of NFS Functions Used by Each Process
+keywords: io profiling
+
+ The nfs_func_users.stp script counts the uses of NFS functions in the
+ kernel on a per process bases. The output is sorted from the process
+ with the greatest number of NFS functions called to the least. The
+ output contains the executable name, the process number, and the
+ total number of NFS functions called by the process.
+
+
process/pf2.stp - Profile kernel functions
keywords: profiling