TCP状态

https://www.cnblogs.com/softidea/p/5741192.html  

 

 

 

 

netstat -ano 查看 tcp 连接状态(timer 是倒计时的)

通过 netstat -ano|grep 2181|grep 110.110.35.90:37296  查看一个处于 TIME_WAIT 状态的连接的 timer ,间隔 1s 连续打印多次,可以看出 timer 是倒计时的,等到时间快到 0 时,这条 TIME_WAIT 的连接就会消失

netstat -ano 的 timer 列的含义:https://blog.csdn.net/weixin_34408717/article/details/91847824

 

netstat、 lsof、 ss

 

posted on 2021-02-01 16:49  快鸟  阅读(153)  评论(0编辑  收藏  举报