From 1aa7899ef9aea67e6d145121a095f3220596d326 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 5 Mar 2010 14:32:50 -0500 Subject: Update example indices. --- testsuite/systemtap.examples/index.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testsuite/systemtap.examples/index.txt') 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 -- cgit