摘要: netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 查看目前存活的连接数 阅读全文
posted @ 2018-07-04 16:03 凌度 阅读(213) 评论(0) 推荐(0) 编辑