Hi, I agree with Jean-Sebastien. JMeter is great! The threads in my test plan are configured to use an "Access Log Sampler". This allows you to feed your production requests through JMeter, simulating production traffic. When I launch the test, it has access to about 3 million production queries. I also use the "user defined variables" in my test plan so I can customize different parameters at runtime.
http://jakarta.apache.org/jmeter/usermanual/jmeter_accesslog_sampler_step_by_step.pdf - Erica -----Original Message----- From: Jean-Sebastien Vachon [mailto:js.vac...@videotron.ca] Sent: Saturday, April 10, 2010 11:04 PM To: solr-user@lucene.apache.org Subject: Re: Benchmarking Solr Hi, why don't you use JMeter? It would give you greater control over the tests you wish to make. It has many different samplers that will let you run different scenarios using your existing set of queries. ab is great when you want to evaluate the performance of your server under heavy load. But other than this, I don`t see much use to it. JMeter offers many more options once you get to know it a little. good luck ----- Original Message ----- From: "Blargy" <zman...@hotmail.com> To: <solr-user@lucene.apache.org> Sent: Friday, April 09, 2010 9:46 PM Subject: Benchmarking Solr > > I am about to deploy Solr into our production environment and I would like > to > do some benchmarking to determine how many slaves I will need to set up. > Currently the only way I know how to benchmark is to use Apache Benchmark > but I would like to be able to send random requests to the Solr... not > just > one request over and over. > > I have a sample data set of 5000 user entered queries and I would like to > be > able to use AB to benchmark against all these random queries. Is this > possible? > > FYI our current index is ~1.5 gigs with ~5m documents and we will be using > faceting quite extensively. Are average requests per/day is ~2m. We will > be > running RHEL with about 8-12g ram. Any idea how many slaves might be > required to handle our load? > > Thanks > -- > View this message in context: > http://n3.nabble.com/Benchmarking-Solr-tp709561p709561.html > Sent from the Solr - User mailing list archive at Nabble.com.