当使用我的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 -发布于 2010-09-12 05:53:11
这是一篇文章,我经常指出,当人们问这个问题。http://antmeetspenguin.blogspot.com/2008/10/timewait-in-netstat.html
简而言之,这可能会很复杂。不过,那篇文章中有很多好的信息,请阅读。
https://serverfault.com/questions/180294
复制相似问题