netstat -pnt |grep 3721| awk '/^tcp/{print $5}' | cut -d: -f 1 | sort -n |uniq -c
转载于:https://www.cnblogs.com/inteliot/archive/2012/07/25/2608582.html
netstat -pnt |grep 3721| awk '/^tcp/{print $5}' | cut -d: -f 1 | sort -n |uniq -c
转载于:https://www.cnblogs.com/inteliot/archive/2012/07/25/2608582.html