码迷,mamicode.com
首页 > 其他好文 > 详细

nginx服务器中出现过多TIME_WAIT的问题(完善中)

时间:2021-03-04 13:10:09      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:get   输入   tar   netstat   note   端口   lan   参考   tst   

在允许nginx服务器中,输入命令:

netstat -ano | grep "TIME_WAIT"

可以看到出现很多TIME_WAIT的端口,
输入命令:

netstat -an|awk ‘/tcp/ {print $6}‘|sort|uniq -c

可以看到结果:

76 CLOSE_WAIT
    354 ESTABLISHED
      1 FIN_WAIT2
      9 LISTEN
     31 SYN_SENT
   4664 TIME_WAIT

一、TIME_WAIT产生原因分析:

二、TIME_WAIT可能产生的影响:

三、解决方法

更多内容参考:https://www.cnblogs.com/chenjw-note/p/6134237.html

nginx服务器中出现过多TIME_WAIT的问题(完善中)

标签:get   输入   tar   netstat   note   端口   lan   参考   tst   

原文地址:https://www.cnblogs.com/chq3272991/p/14475599.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!