netstat 输出的网络连接状态信息

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