记忆不行,只能记录
Follow me on TwitterRSS订阅
netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'