统计当前连接本机的每个远程主机IP的连接数,并按从大到小排序

[09:15:09 root@centos8 ~]#w -h |tr -s " " |cut -d" " -f3|uniq -c |sort -nr
     3 10.0.0.1
     1 -
posted @ 2023-10-07 13:49  小糊涂90  阅读(16)  评论(0)    收藏  举报