792 TCP Statistics from Kstat
The kstat command can fetch all the TCP MIB statistics.
$ kstat module: name:
-n tcp tcp tcp activeOpens attemptFails
connTableSize connTableSize6
crtime currEstab estabResets instance: 0 class: mib2
812 312 56 84
3.203529053 5 2
You can print all statistics from the TCP module by specifying -m instead of -n; -m, includes tcpstat, a collection of extra kstats that are not contained in the Solaris TCP MIB. And you can print individual statistics
Post a comment