如题:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
1 110.116.101.149
1 Address
1 servers)
2 110.116.101.150
3 101.123.121.133
10 101.123.121.144
500 192.168.0.22
1008 192.168.0.33
前面的数字代表的是连接数,后面的事ip信息
网友评论