查询某端口的连接数

netstat -pnt |grep 3721| awk '/^tcp/{print $5}' | cut -d: -f 1 | sort -n |uniq -c

posted @ 2012-07-25 16:38  透传云  阅读(737)  评论(0编辑  收藏  举报