linux 查看tcp 端口连接IP

netstat -nat|grep ":80"|awk '{print $5}' |awk -F: '{print $1}' | sort| uniq -c|sort -n

 

    原文作者:牛牛Blog
    原文地址: https://blog.csdn.net/yujia_666/article/details/112254871
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞