Apache 進程的 netstat 中的 TIME_WAIT

Apache 進程的 netstat 中的 TIME_WAIT

使用我的 Web 伺服器程序的 netstat 時,TIME_WAIT 的意思是什麼?我確信網頁伺服器沒有超載。

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

簡而言之 - 它可能很複雜。不過,該文章中有很多很好的信息,請閱讀。

相關內容