liunx查看哪个ip连接最多

[root@centos6 /]# netstat -na|grep ESTABLISHED|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -r
6 192.168.43.1

  

posted @ 2020-12-22 22:11  tigergaonotes  阅读(312)  评论(0编辑  收藏  举报