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

ss -nt |tr -s " " :|cut -d: -f6|sort | uniq -c |sort -nr

posted @ 2022-03-16 09:23  海月如希  阅读(47)  评论(0)    收藏  举报