]> sourceware.org Git - systemtap.git/commitdiff
Add nfs_func_log example.
authorWilliam Cohen <wcohen@redhat.com>
Tue, 2 Feb 2010 19:53:20 +0000 (14:53 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 2 Feb 2010 19:53:20 +0000 (14:53 -0500)
testsuite/systemtap.examples/index.html
testsuite/systemtap.examples/index.txt
testsuite/systemtap.examples/keyword-index.html
testsuite/systemtap.examples/keyword-index.txt

index f7190eabdf90bfbf30d9c27328c035993eabd0f6..eaf211357f73a680b854b335d3c63be2e950db9a 100644 (file)
@@ -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>
index 68741ffde6c33812447e2a2268a3580af8fb7b6e..9a3637ae11a32832a2ca2127bb1888da281d6fa6 100644 (file)
@@ -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
 
index b49f48c3bc025770d5bead4ff2e2a0303b402fc4..ef1a801fef552d437f09413f4cb586cc8f483169 100644 (file)
@@ -183,6 +183,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>
index 92370c838534518b52cbe7334d15bc2457b4862d..0f1c5885008ec093dfa402e4d63a36573fd765b0 100644 (file)
@@ -311,6 +311,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
 
This page took 0.04046 seconds and 5 git commands to generate.