TCP链接情况

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

  

posted @ 2020-05-11 18:42  HarkLee  阅读(130)  评论(0)    收藏  举报