summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2010-03-19 19:00:49 -0700
committerJosh Stone <jistone@redhat.com>2010-03-19 19:02:34 -0700
commit1ae727577edea9441033fd0eff179b06e0a87348 (patch)
tree13c891b61537802eee4295ce868c7d480b9c0f61 /testsuite
parent824dd80202a13092d4cac5faa84d67982845dd50 (diff)
downloadsystemtap-steved-1ae727577edea9441033fd0eff179b06e0a87348.tar.gz
systemtap-steved-1ae727577edea9441033fd0eff179b06e0a87348.tar.xz
systemtap-steved-1ae727577edea9441033fd0eff179b06e0a87348.zip
Bump the sample indexes
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.examples/index.html2
-rw-r--r--testsuite/systemtap.examples/index.txt8
-rw-r--r--testsuite/systemtap.examples/keyword-index.html2
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt8
4 files changed, 10 insertions, 10 deletions
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: <a href="keyword-index.html#PROFILING">PROFILING</a> <a href="keyword-
<p>The sched_switch.stp script takes two arguments, first argument can be "pid" or "name" to indicate what is being passed as second argument. The script will trace the process based on pid/name and print the scheduler switches happening with the process. If no arguments are passed, it displays all the scheduler switches. This can be used to understand which tasks schedule out the current process being traced, and when it gets scheduled in again.</p></li>
<li><a href="profiling/thread-times.stp">profiling/thread-times.stp</a> - Profile kernel functions<br>
keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
-<p>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.</p></li>
+<p>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.</p></li>
<li><a href="profiling/timeout.stp">profiling/timeout.stp</a> - Show Processes Doing Polling Operations<br>
keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
<p>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.</p></li>
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: <a href="keyword-index.html#PROFILING">PROFILING</a> <a href="keyword-
<p>The sched_switch.stp script takes two arguments, first argument can be "pid" or "name" to indicate what is being passed as second argument. The script will trace the process based on pid/name and print the scheduler switches happening with the process. If no arguments are passed, it displays all the scheduler switches. This can be used to understand which tasks schedule out the current process being traced, and when it gets scheduled in again.</p></li>
<li><a href="profiling/thread-times.stp">profiling/thread-times.stp</a> - Profile kernel functions<br>
keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
-<p>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.</p></li>
+<p>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.</p></li>
<li><a href="profiling/timeout.stp">profiling/timeout.stp</a> - Show Processes Doing Polling Operations<br>
keywords: <a href="keyword-index.html#PROFILING">PROFILING</a> <br>
<p>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.</p></li>
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