|
NAMEtcpstat.d - print TCP statistics. Uses DTrace. SYNOPSIStcpstat.d DESCRIPTIONtcpstat.d is a DTrace program to print TCP statistics every second, retrieved from the MIB provider. This program can be used to help identify how utilised the network interfaces may be, as well as TCP transmission errors. The TCP statistics are documented in the mib2_tcp struct in /usr/include/inet/mib2.h; and also in the mib provider chapter of the DTrace Guide, found at http://docs.sun.com/db/doc/817-6223. Since this uses DTrace, only the root user or users with the dtrace_kernel privilege can run this command. OSSolaris STABILITYstable - needs the mib provider. EXAMPLES
DOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXITtcpstat.d will run forever until Ctrl-C is hit. AUTHORBrendan Gregg [Sydney, Australia] SEE ALSOnicstat(1M), dtrace(1M)
|