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

benchmarking tools

2009-10-27 Thread Mike Anderson
I've been making modifications here and there to the Solr source code in hopes to optimize for my particular setup. My goal now is to establish a descent benchmark toolset so that I can evaluate the observed performance increase before deciding rolling out. So far I've investigated Jmeter and Lucid

Re: Benchmarking tools?

2008-06-30 Thread Yugang Hu
e.apache.org Subject: Benchmarking tools? 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. Have a config file where one can specify info like how many docs, how large, how many facets, and how many updates / searches pe

Re: Benchmarking tools?

2008-06-30 Thread Jacob Singh
the fact, that to a certain degree, after exceeding >>> the >>> max nr of requests response time seems to rise linear for a little >>> while and >>> then exponentially. But that might also be the result of my test >>> szenario. >>> >>> N

Re: Benchmarking tools?

2008-06-30 Thread Nico Heid
szenario. Nico -Original Message- From: Jacob Singh [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2008 6:04 PM To: solr-user@lucene.apache.org Subject: Benchmarking tools? Hi folks, Does anyone have any bright ideas on how to benchmark solr? Unless someone has something better, he

Re: Benchmarking tools?

2008-06-30 Thread Jacob Singh
time seems to rise linear for a little while and > then exponentially. But that might also be the result of my test szenario. > > Nico > > >> -Original Message- >> From: Jacob Singh [mailto:[EMAIL PROTECTED] >> Sent: Sunday, June 29, 2008 6:04 PM >> T

RE: Benchmarking tools?

2008-06-30 Thread Nico Heid
might also be the result of my test szenario. Nico > -Original Message- > From: Jacob Singh [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 29, 2008 6:04 PM > To: solr-user@lucene.apache.org > Subject: Benchmarking tools? > > Hi folks, > > Does anyone have any

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

Benchmarking tools?

2008-06-29 Thread Jacob Singh
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. Have a config file where one can specify info like how many docs, how large, how many facets, and how many updates / searches per minute 2. Use one of the va