Help Center> Elastic Load Balance> FAQs> Load Balancing Performance> What Do I Do If a Load Balancer Fails a Stress Test?
Updated on 2023-05-18 GMT+08:00

What Do I Do If a Load Balancer Fails a Stress Test?

  1. Check the load of backend servers. If their vCPU usage reaches 100%, applications may have performance bottlenecks.
  2. Check the incoming traffic. If burst traffic exceeds the bandwidth set for the EIP, a large number of packets will be lost and requests will not be responded to, thereby affecting the load balancer's performance.

    If burst traffic exceeds the available bandwidth, it does not mean that the bandwidth is fully used. In this case, you need perform further operations to locate the fault or increase the bandwidth.

  3. Check the number of short connections in the time_wait state on the clients. One possible cause is that there are insufficient client ports.
  4. The listening queue backlog of the backend servers may be full. If this happens, the backend server will not respond to SYN ACK packets, and the client will time out. You can increase the maximum allowed of the backlog by adjusting the net.core.somaxconn parameter.

Load Balancing Performance FAQs

more