In Lucene in Action we covered testing/monitoring performance with JUnitPerf: 
http://lucenebook.com/search?query=testing+performance , so that's one way of 
doing it.

I've also written multi-threaded search benchmarking app that keeps the 
concurrency level constant, goes through a log of queries extracted from 
production logs, and keeps running a number of parallel searches while keeping 
track of how much time each query takes for calculating average, mean, Nth 
percentile, etc.

Otis

----- Original Message ----
From: Dan Wiggin <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Monday, January 8, 2007 11:59:24 PM
Subject: Test my Lucene service


Hi luceners, I don't have any question today.
Simply I want to know how you test the efficiency of yours systems that
works over Lucene.
I think it will be a very interesting for all newbie (like me) in Lucene
world some advices in this point.

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to