TIME_WAIT in netstat of Apache processes
Posted
by
Howard
on Server Fault
See other posts from Server Fault
or by Howard
Published on 2010-09-12T05:12:51Z
Indexed on
2011/01/04
6:55 UTC
Read the original article
Hit count: 283
What are the meaning of the TIME_WAIT when using netstat of my web server process? I am sure the web server is not over loaded.
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 -
© Server Fault or respective owner