#netstat -anp | grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | grep -v "^$" | uniq -c | sort -nr
output will be ;
Number_of_connections Client_IP
------------------------------------- ------------------
output will be ;
Number_of_connections Client_IP
------------------------------------- ------------------
No comments :
Post a Comment