diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-12-30 19:33:06 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-12-30 19:33:06 +0100 |
commit | 42c5566805775fed6ac2f99d840bcbe531b112e8 (patch) | |
tree | d38e158c347b9ab16d9762c24650f5393acf9b07 /testsuite/systemtap.examples/index.txt | |
parent | 11c015d84facc299ebcb12771ccda1975333a6bc (diff) | |
download | systemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.tar.gz systemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.tar.xz systemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.zip |
Regenerate examples index to include new memory/vm.tracepoints.stp.
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 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 |