summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2010-03-05 13:35:19 -0600
committerDavid Smith <dsmith@redhat.com>2010-03-05 13:35:19 -0600
commit8d9cf9b0e5eb0f751dc432cdfe055e301cc065c8 (patch)
treeb6d60ebe333d0d9800724738c4a733417541cf35 /testsuite/systemtap.examples/index.txt
parentcc268f7fd934f47b428a8256519678ff5dcf5b43 (diff)
parent1aa7899ef9aea67e6d145121a095f3220596d326 (diff)
downloadsystemtap-steved-8d9cf9b0e5eb0f751dc432cdfe055e301cc065c8.tar.gz
systemtap-steved-8d9cf9b0e5eb0f751dc432cdfe055e301cc065c8.tar.xz
systemtap-steved-8d9cf9b0e5eb0f751dc432cdfe055e301cc065c8.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 908db615..a0cdc9c3 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -156,6 +156,15 @@ 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