You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/12 19:04:47 UTC

[Solr Wiki] Trivial Update of "BenchmarkingSolr" by PaoloCastagna

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "BenchmarkingSolr" page has been changed by PaoloCastagna.
http://wiki.apache.org/solr/BenchmarkingSolr?action=diff&rev1=3&rev2=4

--------------------------------------------------

+ See also: SolrPerformanceFactors, SolrPerformanceData
+ 
  = Benchmarking Solr =
  == Perl script (originally by ShawnHeisey) ==
  It's not very polished.  Requires the Time::HiRes, Statistics::Descriptive, IO::Handle, and LWP::Simple Perl modules.  As written, it will not work on Windows.  If you wish to include the time required to write the query results to disk, there are some lines commented, just uncomment them.  Although it does provide an average request time, I believe the median, 95th percentile, and 99th percentile values it outputs are more useful.  The "if length $outputDir" tests on the rm lines are intentional to avoid erasing everything in the root directory if that variable somehow gets unset.