Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 106 Bytes

08查看tcp连接状态.md

File metadata and controls

5 lines (4 loc) · 106 Bytes

查看tcp连接状态

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