From 1ae727577edea9441033fd0eff179b06e0a87348 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 19 Mar 2010 19:00:49 -0700 Subject: Bump the sample indexes --- testsuite/systemtap.examples/index.html | 2 +- testsuite/systemtap.examples/index.txt | 8 ++++---- testsuite/systemtap.examples/keyword-index.html | 2 +- testsuite/systemtap.examples/keyword-index.txt | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'testsuite') diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index e241f11f..628a8ea3 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -234,7 +234,7 @@ keywords: PROFILING
  • profiling/thread-times.stp - Profile kernel functions
    keywords: PROFILING
    -

    The thread-times.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top twenty processes with samples broken down into percentage total time spent in user-space and kernel-space.

  • +

    The thread-times.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top twenty threads occupying the CPUs, broken down as a percentage of user and kernel time.

  • profiling/timeout.stp - Show Processes Doing Polling Operations
    keywords: PROFILING

    The timeout.stp script is based on a blog entry (http://udrepper.livejournal.com/19041.html) mentioning a need for a tool to help developers find applications that are polling. The timeout.stp script monitors systemcall used for polling and records the systemcalls that timed out rather than returned because some action occurred. The script updates the screen once a second with the top twenty processes.

  • diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index d0fd5926..6c56c634 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -599,10 +599,10 @@ keywords: profiling functions profiling/thread-times.stp - Profile kernel functions keywords: profiling - The thread-times.stp script sets up time-based sampling. Every five - seconds it prints out a sorted list with the top twenty processes - with samples broken down into percentage total time spent in - user-space and kernel-space. + The thread-times.stp script sets up time-based sampling. Every five + seconds it prints out a sorted list with the top twenty threads + occupying the CPUs, broken down as a percentage of user and kernel + time. profiling/timeout.stp - Show Processes Doing Polling Operations diff --git a/testsuite/systemtap.examples/keyword-index.html b/testsuite/systemtap.examples/keyword-index.html index a1f5a3c3..3d7889bb 100644 --- a/testsuite/systemtap.examples/keyword-index.html +++ b/testsuite/systemtap.examples/keyword-index.html @@ -365,7 +365,7 @@ keywords: PROFILING
  • profiling/thread-times.stp - Profile kernel functions
    keywords: PROFILING
    -

    The thread-times.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top twenty processes with samples broken down into percentage total time spent in user-space and kernel-space.

  • +

    The thread-times.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top twenty threads occupying the CPUs, broken down as a percentage of user and kernel time.

  • profiling/timeout.stp - Show Processes Doing Polling Operations
    keywords: PROFILING

    The timeout.stp script is based on a blog entry (http://udrepper.livejournal.com/19041.html) mentioning a need for a tool to help developers find applications that are polling. The timeout.stp script monitors systemcall used for polling and records the systemcalls that timed out rather than returned because some action occurred. The script updates the screen once a second with the top twenty processes.

  • diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt index 4e1d31cd..30123718 100644 --- a/testsuite/systemtap.examples/keyword-index.txt +++ b/testsuite/systemtap.examples/keyword-index.txt @@ -800,10 +800,10 @@ keywords: profiling functions profiling/thread-times.stp - Profile kernel functions keywords: profiling - The thread-times.stp script sets up time-based sampling. Every five - seconds it prints out a sorted list with the top twenty processes - with samples broken down into percentage total time spent in - user-space and kernel-space. + The thread-times.stp script sets up time-based sampling. Every five + seconds it prints out a sorted list with the top twenty threads + occupying the CPUs, broken down as a percentage of user and kernel + time. profiling/timeout.stp - Show Processes Doing Polling Operations -- cgit