summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-06-18 16:14:42 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-06-18 16:14:42 -0400
commit905728a036bf9d5cf0c21d684ad53882489c82c8 (patch)
tree4413514fd356918109475cf28b8b8009def24823 /testsuite/systemtap.examples/index.txt
parentd2309c6c3fb97cc0c8931b59e33fe18820b63c5d (diff)
downloadsystemtap-steved-905728a036bf9d5cf0c21d684ad53882489c82c8.tar.gz
systemtap-steved-905728a036bf9d5cf0c21d684ad53882489c82c8.tar.xz
systemtap-steved-905728a036bf9d5cf0c21d684ad53882489c82c8.zip
Check in sk_stream_wait_memory.stp example.
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 91fc66ae..95e81435 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