Re: benchmarking tools

2009-10-28 Thread mike anderson
Great suggestion, I took a look and it seems pretty useful. As a follow up question, did you do anything to disable Solr caching for certain tests? -mike On Tue, Oct 27, 2009 at 8:14 PM, Joshua Tuberville < joshuatubervi...@eharmony.com> wrote: > Mike, > > For response times I would also look at

Re: benchmarking tools

2009-10-27 Thread Joshua Tuberville
Mike, For response times I would also look at java.net's Faban benchmarking framework. We use it extensively for our acceptance tests and tuning excercises. Joshua On Oct 27, 2009, at 1:59 PM, Mike Anderson wrote: > I've been making modifications here and there to the Solr source > code

Re: Benchmarking tools?

2008-06-30 Thread Yugang Hu
Me too. Thanks. Jacob Singh wrote: nice stuff. Please send me the test case, I'd love to see it. Thanks, Jacob Nico Heid wrote: Hi, I basically followed this: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-1680863678257fbcb85bd97351860eb0049f19ae I basically put all my queries in a

Re: Benchmarking tools?

2008-06-30 Thread Jacob Singh
nice stuff. Please send me the test case, I'd love to see it. Thanks, Jacob Nico Heid wrote: > Hi, > I basically followed this: > http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-1680863678257fbcb85bd97351860eb0049f19ae > > > I basically put all my queries in a flat text file. you could eith

Re: Benchmarking tools?

2008-06-30 Thread Nico Heid
Hi, I basically followed this: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-1680863678257fbcb85bd97351860eb0049f19ae I basically put all my queries in a flat text file. you could either use two parameters or put them in one file. The good point of this is, that each test uses the same qu

Re: Benchmarking tools?

2008-06-30 Thread Jacob Singh
Hi Nico, Thanks for the info. Do you have you scripts available for this? Also, is it configurable to give variable numbers of facets and facet based searches? I have a feeling this will be the limiting factor, and much slower than keyword searches but I could be (and usually am) wrong. Best,

RE: Benchmarking tools?

2008-06-30 Thread Nico Heid
Hi, I did some trivial Tests with Jmeter. I set up Jmeter to increase the number of threads steadily. For requests I either usa a random word or combination of words in a wordlist or some sample date from the test system. (this is described in the JMeter manual) In my case the System works fine as

Re: Benchmarking tools?

2008-06-29 Thread Hugo Barauna
Nice question! O would like to know some solutions in this fileld too. On Sun, Jun 29, 2008 at 1:04 PM, Jacob Singh <[EMAIL PROTECTED]> wrote: > Hi folks, > > Does anyone have any bright ideas on how to benchmark solr? Unless > someone has something better, here is what I am thinking: > > 1. Hav