Apache 进程 netstat 中的 TIME_WAIT

Apache 进程 netstat 中的 TIME_WAIT

使用我的 Web 服务器进程的 netstat 时,TIME_WAIT 的含义是什么?我确定 Web 服务器没有超载。

tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      15655/apache2
tcp        0      0 x.x.x.x:80       123.125.66.35:19667     SYN_RECV    -
tcp        0      0 x.x.x.x:80       113.138.59.140:12186    TIME_WAIT   -
tcp        0      0 x.x.x.x:80       66.249.67.121:59493     ESTABLISHED 23702/apache2
tcp        0      0 x.x.x.x:80       69.28.51.206:40652      TIME_WAIT   -
tcp        0      0 x.x.x.x:80       221.126.149.99:51877    TIME_WAIT   -
tcp        0      0 x.x.x.x:80       221.126.149.99:51872    TIME_WAIT   -
tcp        0      0 x.x.x.x:80       123.125.66.19:13084     TIME_WAIT   -

答案1

当人们问到这个问题时,我经常向他们推荐这篇文章。http://antmeetspenguin.blogspot.com/2008/10/timewait-in-netstat.html

简而言之 - 这可能很复杂。不过那篇文章中有很多有用的信息,请仔细阅读。

相关内容