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
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
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
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
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
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,
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
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