标签:csharp tps tle grep wc -l 封ip class tcp 方法
https://blog.csdn.net/qjc_501165091/article/details/51225984
iptables -I INPUT -s ***.***.***.*** -j DROP iptables -L
https://www.cnblogs.com/alantu2018/p/8462574.html
netstat -anp
一、查看哪些IP连接本机
netstat -an
二、查看TCP连接数
1)统计80端口连接数
netstat -nat|grep -i "80"|wc -l
标签:csharp tps tle grep wc -l 封ip class tcp 方法
原文地址:https://www.cnblogs.com/soghipg/p/9429883.html