netstat -pnt |grep 3721| awk '/^tcp/{print $5}' | cut -d: -f 1 | sort -n |uniq -c
本文共 150 字,大约阅读时间需要 1 分钟。
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