forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2.0 KiB
2.0 KiB
How Do I Check If Traffic Is Being Evenly Distributed?
- Check whether sticky sessions are enabled. If sticky sessions are enabled and there are few clients, traffic may be unevenly distributed.
- Check the health of backend servers, especially those whose health changes over time. If a backend server is Unhealthy or its health switches between Healthy and Unhealthy, traffic is unbalanced.
- Check whether the Source IP hash algorithm is used. If the algorithm is used, requests sent from the same IP address are routed to the same backend server, resulting in unbalanced traffic.
- Check whether applications on the backend server use keepalive to maintain TCP persistent connections. If keepalive is used, traffic may be unbalanced because the number of requests on persistent connections is different.
- Check whether different weights are assigned to backend servers. The traffic varies according to the weights.
Parent topic: Load Balancing Performance