blob: 59cddaa830845818f94e137f410daf01594810b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
title: Display network statistics for individual TCP sockets.
name: tcpipstat.stp
version: 1.0
author: wilder@us.ibm.com
keywords: network statistics
subsystem: network
status: production
exit: user-controlled
output: timed
scope: per-socket
arg_[0-9]+: tcpstat.stp [index=laddr|raddr|lport|rport|tuple] [timeout=<N sec>] [nozeros=1|0] [filters...]
description: tcpipstat collects and displays network statistics related to individual TCP sockets or groups of sockets. The statistics that are collected are simular to that of the command netstat -s, only sorted and grouped by individual sockets.
test_support: stap -l 'tcpmib.InSegs'
test_check: stap -p4 tcpipstat.stp
test_installcheck: stap tcpipstat.stp timeout=1
|