From 8b88e7710d8a0f6ddfa4bb6523e5f1fe8d6576ff Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 17 Jul 2009 18:05:25 -0400 Subject: regenerate example indexes --- 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 41c9855e..2b72fab9 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -100,6 +100,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 occuring.

+
  • network/autofs4.stp - Watch autofs4 operations
    +keywords: NETWORK AUTOFS NFS
    +

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

  • network/dropwatch.stp - Watch Where Socket Buffers are Freed in the Kernel
    keywords: NETWORK TRACEPOINT BUFFER FREE

    Every five seconds the dropwatch.stp script lists the number of socket buffers freed at locations in the kernel.

  • -- cgit