天天看點

按照IP位址排列

netstat -na | grep 'tcp/|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n -k1