summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-06-22 11:37:08 -0400
committerDave Brolley <brolley@redhat.com>2009-06-22 11:37:08 -0400
commitd6454850dd3c9d74b700924b56378c4c9ab9fa57 (patch)
tree6665a24339ca689b1156ea7e93d4f93811c3f794 /testsuite/systemtap.examples/index.txt
parentd729143af5242b17645d3f405141918940680894 (diff)
parent4116c576d5654287b0af598aee4a14eb2af73224 (diff)
downloadsystemtap-steved-d6454850dd3c9d74b700924b56378c4c9ab9fa57.tar.gz
systemtap-steved-d6454850dd3c9d74b700924b56378c4c9ab9fa57.tar.xz
systemtap-steved-d6454850dd3c9d74b700924b56378c4c9ab9fa57.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 91fc66ae..caf1a5ff 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -176,6 +176,15 @@ keywords: network traffic per-process
interval.
+network/sk_stream_wait_memory.stp - Track Start and Stop of Processes Due to Network Buffer Space
+keywords: network tcp buffer memory
+
+ The sk_stream-wait_memory.stp prints a time stamp, executable, and
+ pid each time a process blocks due to the send buffer being full. A
+ similar entry is printed each time a process continues because there
+ is room in the buffer.
+
+
network/socket-trace.stp - Trace Functions called in Network Socket Code
keywords: network socket
@@ -215,6 +224,14 @@ keywords: process syscall
in the report, default 20).
+process/forktracker.stp - Trace Creation of Processes
+keywords: process scheduler
+
+ The forktracker.stp script prints out a time-stamped entry showing
+ each fork and exec operation on the machine. This can be useful for
+ determine what process is creating a flurry of short-lived processes.
+
+
process/futexes.stp - System-Wide Futex Contention
keywords: syscall locking futex