summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.html
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2010-03-05 14:32:50 -0500
committerWilliam Cohen <wcohen@redhat.com>2010-03-05 14:32:50 -0500
commit1aa7899ef9aea67e6d145121a095f3220596d326 (patch)
tree88dfcb1acbedf9fef9511a7c311bd5402e36bec2 /testsuite/systemtap.examples/index.html
parentae34ff1086e98f986c2f62b8c4666adf57663f11 (diff)
downloadsystemtap-steved-1aa7899ef9aea67e6d145121a095f3220596d326.tar.gz
systemtap-steved-1aa7899ef9aea67e6d145121a095f3220596d326.tar.xz
systemtap-steved-1aa7899ef9aea67e6d145121a095f3220596d326.zip
Update example indices.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r--testsuite/systemtap.examples/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html
index 1c16d37b..1bcfff5e 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -91,6 +91,9 @@ keywords: <a href="keyword-index.html#IO">IO</a> <br>
<li><a href="io/mbrwatch.stp">io/mbrwatch.stp</a> - Monitor read/write of MBR (boot sector) area of block devices<br>
keywords: <a href="keyword-index.html#IO">IO</a> <a href="keyword-index.html#MONITORING">MONITORING</a> <br>
<p> The mbrwatch.stp script reports any attempted reads/writes of the first few sectors of a raw block device.</p></li>
+<li><a href="io/nfs_func_log.stp">io/nfs_func_log.stp</a> - Print Log of NFS Functions Used<br>
+keywords: <a href="keyword-index.html#IO">IO</a> <br>
+<p>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.</p></li>
<li><a href="io/nfs_func_users.stp">io/nfs_func_users.stp</a> - Tally the Number of NFS Functions Used by Each Process<br>
keywords: <a href="keyword-index.html#IO">IO</a> <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
<p>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.</p></li>