diff options
author | Josh Stone <jistone@redhat.com> | 2009-09-16 14:17:10 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-09-16 14:17:10 -0700 |
commit | 53e5699fe863f0a122c73782b4465296e3adc131 (patch) | |
tree | ec2cadcb77a310a2ebf7e5fc009797c1c5db06f9 /testsuite/systemtap.examples/index.html | |
parent | 3bdb66294bfbe8c388cb6dea5e8f2a55971cb92b (diff) | |
download | systemtap-steved-53e5699fe863f0a122c73782b4465296e3adc131.tar.gz systemtap-steved-53e5699fe863f0a122c73782b4465296e3adc131.tar.xz systemtap-steved-53e5699fe863f0a122c73782b4465296e3adc131.zip |
Add meta for the netdev example & regenerate indexes
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r-- | testsuite/systemtap.examples/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index b079f5b8..d3efe7fa 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -121,6 +121,9 @@ keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-inde <li><a href="network/dropwatch.stp">network/dropwatch.stp</a> - Watch Where Socket Buffers are Freed in the Kernel<br> keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-index.html#TRACEPOINT">TRACEPOINT</a> <a href="keyword-index.html#BUFFER">BUFFER</a> <a href="keyword-index.html#FREE">FREE</a> <br> <p>Every five seconds the dropwatch.stp script lists the number of socket buffers freed at locations in the kernel.</p></li> +<li><a href="network/netdev.stp">network/netdev.stp</a> - Trace Activity on Network Devices<br> +keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-index.html#DEVICE">DEVICE</a> <a href="keyword-index.html#TRAFFIC">TRAFFIC</a> <br> +<p>The netdev.stp script traces configuration and transmit/receive activity on network devices.</p></li> <li><a href="network/nettop.stp">network/nettop.stp</a> - Periodic Listing of Processes Using Network Interfaces<br> keywords: <a href="keyword-index.html#NETWORK">NETWORK</a> <a href="keyword-index.html#TRAFFIC">TRAFFIC</a> <a href="keyword-index.html#PER-PROCESS">PER-PROCESS</a> <br> <p>Every five seconds the nettop.stp script prints out a list of processed (PID and command) with the number of packets sent/received and the amount of data sent/received by the process during that interval.</p></li> |