diff options
author | William Cohen <wcohen@redhat.com> | 2010-02-02 14:32:38 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2010-02-02 14:32:38 -0500 |
commit | 111dd9ac1d5e127b80c89be484be37ea326b449d (patch) | |
tree | 1b4f85890d811d8c4260eefe529ce34bf68985bb /testsuite/systemtap.examples/index.txt | |
parent | a4f3198f0b774528ef17dfb1ce5b3e70b6eb82fb (diff) | |
download | systemtap-steved-111dd9ac1d5e127b80c89be484be37ea326b449d.tar.gz systemtap-steved-111dd9ac1d5e127b80c89be484be37ea326b449d.tar.xz systemtap-steved-111dd9ac1d5e127b80c89be484be37ea326b449d.zip |
Add nfs_func_users example.
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index c435612c..68741ffd 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -156,6 +156,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 |