回帖:netstat -np | grep :3306 |wc -l
netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S}'
netstat -ae|grep "TIME_WAIT" | wc -l
netstat -ant | grep "TIME_WAIT" | wc -l
下一楼›:net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv4 ..
(北斗星)
‹上一楼:https://developer.aliyun.com/article/562379?spm=a2c6h.13813017.0.dArticle738638.cb5a47c5KO ..
(北斗星)