diff options
author | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:21:14 -0400 |
---|---|---|
committer | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:21:14 -0400 |
commit | 7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a (patch) | |
tree | 7f42cf54ca1f2a012731858daa803656ba6eff82 /testsuite/systemtap.examples/index.txt | |
parent | 755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88 (diff) | |
parent | 7c806934696e39dc9ee488ee00d2ffde18ce1ba0 (diff) | |
download | systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.tar.gz systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.tar.xz systemtap-steved-7b3a97413eb1e8fce9ae37db0fc9d0f21d6b8f9a.zip |
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index d24232e7..2f85628a 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -152,6 +152,13 @@ keywords: memory determine where the page faults are occuring. +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. + + network/nettop.stp - Periodic Listing of Processes Using Network Interfaces keywords: network traffic per-process |