关闭“TIME_WAIT”的方法

时间:2018-03-28 11:13:07

标签: apache tcp

当我在apache服务器上执行“netstat -tanp”时,有很多TIME_WAIT。 apache服务器在loadbalancer下(我使用snat)。

TIME_WAIT仍然超过3000。 我无法弄清楚为什么tcp_connection无法关闭。

我尝试了一些设置。

sysctl.conf的

net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_fin_timeout = 60
net.ipv4.tcp_keepalive_time = 7200

阿帕奇

KeepAlive Off
MaxKeepAliveRequests 0
KeepAliveTimeout 5

但它没有效果。

我需要知道TCP状态转换并希望解决问题。

是否有任何好的工具或命令来了解发生的事情。

OS:Centos6.9

感谢。

0 个答案:

没有答案