From 42c5566805775fed6ac2f99d840bcbe531b112e8 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 30 Dec 2009 19:33:06 +0100 Subject: Regenerate examples index to include new memory/vm.tracepoints.stp. --- testsuite/systemtap.examples/index.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testsuite/systemtap.examples/index.txt') diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index 56c18c34..c1f7baff 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -271,6 +271,16 @@ keywords: memory determine where the page faults are occurring. +memory/vm.tracepoints.stp - Collect slab allocation statistics +keywords: memory slab allocator + + The script will probe all memory slab/slub allocations and collects + information about the size of the object (bytes requested) and + user-space process in execution. When run over a period of time, it + helps to correlate kernel-space memory consumption owing to + user-space processes. + + network/autofs4.stp - Watch autofs4 operations keywords: network autofs nfs -- cgit