solrmeter
solrmeter copied to clipboard
Stress test tool for Apache Solr
update solrj to 8.11.1
``` Currently SolrMeter supports only standalone Solr. But in many of cases, we need to check performance of not only standalone server but also cloud solr server based on SolrJ...
``` Steps: 1. Run query console with required parameter but my solr server yet not up. 2. Error Log Tab shows the Error log with "Server refused Connection at: URL"....
https://github.com/idealista/solrmeter Several documentation improvements, addition of travis build etc.
please upload document for solrmeter setup process as i am not able to install solrmeter in one of my test instance.
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...
I'm not sure why this is failing... I am trying to add a random extra parameter (from a large set) to my performance testing of SOLR however no random extra...
``` We have a use-case where we want to try SolrMeter against custom request handler(s). Right now there doesn't seem to be a way to override the default /select request...
``` I'd like to embed SolrMeter in an automation framework to automate setting up and launching Solr with a particular config, then getting metering. If it were in Maven Central...
``` Allow input docs to be on CSV format. That way you can dump a real index using wt=csv and use that directly. The first line would contain list of...