I have a clustered MySQL system as a backend and one server configured with HAProxy; so I can access the database using my HAProxy server IP address.
This is working correctly, but now I want to test the load balancing.
I want to compare the load balancing for one database backend, up to three database backends.
I have to use Apache Jmeter to test the capability of the HAProxy load balancer.
How to do it? I've tried using HTTP POST but it results in the same error request rate for any number of database backends.