mtr,traceroute,pathping,tracert,ping

mtr,traceroute,pathping,tracert,ping

netstat -ntu | tail -n +3|awk '{ print $5}' | cut -d : -f 1 | sort | uniq -c| sort -n -r | head -n 5

tcpdump -i eth0 -tnn dst port 80 -c 1000|awk -F "." '{print $1 "." $2 "." $3 "." $4}'| sort | uniq -c | sort -nr | head -20

上一篇:IBindCtx接口定义


下一篇:Deployment is out of date due to changes in the underlying project contents. Deployment is out of date due to changes in the underlying project contents. You'll need to manually 'Redeploy' the projec