hansedong commented on issue #7078:
URL: https://github.com/apache/apisix/issues/7078#issuecomment-1132372682

   @tokers It is very exaggerated that the connection of apisix to etcd in the 
ESTABLISHED state is very high and has been rising all the time.
   
   ```shell
   [root@knode10-152-6-32 operation]# date && netstat -apn |grep 5078|grep 
10.132.15.138|grep ESTABLISHED|wc -l
   Fri May 20 10:05:03 CST 2022
   631
   [root@knode10-152-6-32 operation]# date && netstat -apn |grep 5078|grep 
10.132.15.138|grep ESTABLISHED|wc -l
   Fri May 20 10:05:07 CST 2022
   645
   [root@knode10-152-6-32 operation]# date && netstat -apn |grep 5078|grep 
10.132.15.138|grep ESTABLISHED|wc -l
   Fri May 20 10:05:11 CST 2022
   660
   [root@knode10-152-6-32 operation]# date && netstat -apn |grep 5078|grep 
10.132.15.138|grep ESTABLISHED|wc -l
   Fri May 20 10:06:48 CST 2022
   754
   [root@knode10-152-6-32 operation]# date && netstat -apn |grep 5078|grep 
10.132.15.138|grep ESTABLISHED|wc -l
   Fri May 20 10:07:16 CST 2022
   782
   ```
   
   > `5078` is the pid of etcd, and `10.132.15.138` is the IP of apisix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to