2018年8月30日

linux 查看tcp数量

摘要: netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 阅读全文

posted @ 2018-08-30 16:27 马什么梅 阅读(156) 评论(0) 推荐(0)

导航