netstat -ntu|awk ‘{print $5}’|cut -d: -f1|sort|uniq -c|sort -n

netstat -ntu|awk '{print $5}'|cut -d: -f1|sort|uniq -c|sort -n

how many connections per ip ?

Bir yanıt yazın