summaryrefslogtreecommitdiffstats
path: root/top-nfscalls.stp
diff options
context:
space:
mode:
Diffstat (limited to 'top-nfscalls.stp')
-rwxr-xr-xtop-nfscalls.stp5
1 files changed, 3 insertions, 2 deletions
diff --git a/top-nfscalls.stp b/top-nfscalls.stp
index f3a36e3..62fe9d0 100755
--- a/top-nfscalls.stp
+++ b/top-nfscalls.stp
@@ -13,7 +13,8 @@ probe kernel.function("*@fs/nfs") ?,
}
probe end {
- foreach (name in nfscalls- limit 20)
- printf("%10d %s\n", nfscalls[name], name)
+ printf("Collating data...\n");
+ foreach (name in nfscalls- limit 20)
+ printf("%10d %s\n", nfscalls[name], name)
}