[09:15:09 root@centos8 ~]#w -h |tr -s " " |cut -d" " -f3|uniq -c |sort -nr
3 10.0.0.1
1 -统计当前连接本机的每个远程主机IP的连接数,并按从大到小排序
发布时间 2023-10-07 13:53:18作者: 小糊涂90
[09:15:09 root@centos8 ~]#w -h |tr -s " " |cut -d" " -f3|uniq -c |sort -nr
3 10.0.0.1
1 -