Time_Wait400多,如何处理???

Time_Wait400多,如何处理???

LINUX AS5 httpd2.29

netstat -an |grep 80 |grep TIME_WAIT |wc -l
netstat -an |grep 80 |grep SYN_RECV |wc -l
netstat -an |grep 80 |grep ESTABLISHED |wc -l

411
1
354

明显的不正常。

httpd.conf文件配置如下:

Timeout 10
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15

<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 15
ServerLimit 2000
MaxClients 1000
MaxRequestsPerChild 10000
</IfModule>


请问如何处理页面超时?谢谢!
看看是不是网络问题

或者是你的服务器性能根不上了
才400多属正常吧,不过我有的squid服务器1万多连接会有9000多个TIME_WAIT。。。。不知是否正常。。。。。
?????????
我看来应该是正常
大家继续