-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
These two calls don't terminate on SunOS mybox 5.11 11.4.0.15.0 sun4v sparc sun4v:
- tcpstat -c 1
- ipstat -c 1
Tweaked the calls to collect 60 seconds of data:
# egrep 'tcpstat|ipstat' sunos/cfg2html-SunOS.sh
exec_command "tcpstat -c 1 60" "Tcpstat"
exec_command "ipstat -c 1 60" "Ipstat"
This works and matches the manual pages:
NAME
tcpstat - report statistics on TCP and UDP traffic
SYNOPSIS
tcpstat [-cegkLmnrt] [-a address[,address...]] [-A address[,address...]]
[-d d|u] [-E all|event[,event...]] [-i interface[,interface...]]
[-i pid[,pid]] [-l nlines]
[-p port[,port...]] [-P port[,port...]] [-s key | -S key]
[-T protocol[,protocol...]]
[-u R|K|M|G|T|P] [-x opt[=val][,opt[=val]...]]
[-z zonename[,zonename...]] [interval [count]]
NAME
ipstat - report statistics on IP traffic
SYNOPSIS
ipstat [-cegkLmnrt] [-a address[,address...]] [-A address[,address...]]
[-d d|u] [-E all|event[,event...]] [-i interface[,interface...]] [-l nlines]
[-p protocol[,protocol...]] [-s key | -S key] [-u R|K|M|G|T|P]
[-x opt[=val][,opt[=val]...]] [interval [count]]