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.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/systemtap.examples/index.html') diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index 57cf0978..5c226901 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -124,6 +124,9 @@ keywords: MEMORY memory/pfaults.stp - Generate Log of Major and Minor Page Faults
keywords: MEMORY

The pfaults.stp script generates a simple log for each major and minor page fault that occurs on the system. Each line contains a timestamp (in microseconds) when the page fault servicing was completed, the pid of the process, the address of the page fault, the type of access (read or write), the type of fault (major or minor), and the elapsed time for page fault. This log can be examined to 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

    Trace key autofs4 operations such as mounting or unmounting remote filesystems.

  • -- cgit