太多的nginx等待连接

时间:2015-03-03 02:48:47

标签: nginx tcp connection

我的nginx状态如下:

Active connections: 1156598
server accepts handled requests
     429477742 429477742 2435052040 
Reading: 353 Writing: 45136 Waiting: 1111109 

我们可以看到,有1111109个等待连接。

但是使用ss -s我只能得到24453个tcp连接:

Total: 17618 (kernel 0)
TCP:   24453 (estab 17007, closed 6489, orphaned 622, synrecv 0, timewait 6466/0), ports 0

Transport Total     IP        IPv6
*         0         -         -        
RAW       0         0         0        
UDP       2         2         0        
TCP       17964     17961     3        
INET      17966     17963     3        
FRAG      0         0         0 

等待连接的值远远高于TCP连接,这是正常的吗?

1 个答案:

答案 0 :(得分:3)

这些是保持联系。它们通常不是问题。但如果你想降低数量,请减少 keepalive_timeout

https://www.ruby-forum.com/topic/203409