Hi all, I'm trying to solve an issue with regards to latency and Load Balancing.
I have done several latency tests using jmeter. I have tested each of the webservers with this: 300 threads, and 3x HHTP Request HTTPClient, each one has a different url location. If I wanted to get the results of a Load Balancer, serving the 2 webservers, would I: a) do 600 threads, and 3x HHTP Request HTTPClient, each one has a different url location (for webserver 1) and 3x HTTP Request HTTPClient (for webserver 2) or b) do 300 threads and 6x HTTP Request HTTPClient, done so that the first one is with WS1, first url, 2nd one is WS2, first url, etc.... in my head, logically, a LB, should be able to sever 600 clients, with 3 HTTPClient requests: while having almost the same latency.. but i'm not getting that. so I decided to use jmeter to simulate conecting to both webservers at the same time... I hope this makes sense.... thanks! William

