summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
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 35decb82..49a7e89b 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -252,6 +252,15 @@ keywords: network traffic
source and destination ports, and flags.
+network/tcpipstat.stp - Display network statistics for individual TCP sockets.
+keywords: network statistics
+
+ tcpipstat collects and display network statistics related to
+ individual TCP sockets or groups of sockets. The statistics that are
+ collected are simmer to that of the command netstat -s, only sorted
+ and grouped by individual sockets.
+
+
process/errsnoop.stp - tabulate system call errors
keywords: process syscall