solrmeter icon indicating copy to clipboard operation
solrmeter copied to clipboard

Allow multiple url to be specified

Open alkampfergit opened this issue 10 years ago • 1 comments

Actually SolrMeter allows you to specify only a single server. In Master Slave scenario usually there are multiple identical server to query. Even if we put a load balancer in front of them and run test with SolrMeter, SolrMeter still has one single server to ping for cache etc.

It would be fantastic to have the ability to specify a list of servers, then SolrMeter can round robin only queries to all the servers, and give us aggregate result for queries, but specific cache hit information for each server.

With multiple server it would be nice to have an idea on how the cache perform, because usually you have a lower hit ratio than with a single instance.

Gian Maria.

alkampfergit avatar Jan 28 '16 14:01 alkampfergit

Hello, Do not know why the Solr cache will have any impact on performance testing? Since there is solrcloud mode, why should take the master mode?

wybrono avatar Aug 24 '16 03:08 wybrono