TCP连接状态

*Count the number of links in various TCP states

1
netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 

TCP握手