摘要: mtr,traceroute,pathping,tracert,pingnetstat -ntu | tail -n +3|awk '{ print $5}' | cut -d : -f 1 | sort | uniq -c| sort -n -r | head -n 5tcpdump -i eth0 -tnn dst port 80 -c 1000|awk -F "." '{print $1 "." $2 "." $3 "." $4}'| sort | uniq -c | sort 阅读全文
posted @ 2013-11-18 16:17 陳聽溪 阅读(289) 评论(0) 推荐(0)