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/08/02 18:24:25 UTC

[Solr Wiki] Update of "BenchmarkingSolr" by Tomás Fernández Löbbe

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 Tomás Fernández Löbbe.
The comment on this change is: Added SolrMeter as a tool for benchmarking / stress testing.
http://wiki.apache.org/solr/BenchmarkingSolr?action=diff&rev1=6&rev2=7

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

  See also: SolrPerformanceFactors, SolrPerformanceData
  
  = Benchmarking Solr =
+ <<TableOfContents>>
+ 
  == Perl script (originally by ShawnHeisey) ==
- It's not very polished.  It will not work on Windows as written, not sure if fork() will work right on Windows anyway.  Requires the URI::Escape, Time::Hi``Res, Statistics::Descriptive, IO::Handle, and LWP::Simple Perl modules.
+ It's not very polished.  It will not work on Windows as written, not sure if fork() will work right on Windows anyway.  Requires the URI::Escape, Time::HiRes, Statistics::Descriptive, IO::Handle, and LWP::Simple Perl modules.
  
  The first part of the script has a number of options that you will probably need to change for your environment.  From what gets output, the median, 95th percentile, and 99th percentile values seem to be the most useful.
  
@@ -145, +147 @@

    99th: 0.210
     Max: 1.180
  }}}
+ == SolrMeter ==
+  . SolrMeter is a stress testing / performance benchmarking tool for Apache Solr installations.  It is licensed under ASL and developed using JavaSE and Swing components, connected with Solr using SolrJ. The main goal of this open source project is bring to the Apache Solr user community a tool for dealing with Solr specific issues regarding performance and stress testing like executing queries and adding documents to make sure that your Solr installation will support real world's load and demands. With SolrMeter you can simulate a work load over the Apache Solr installation and to obtain useful visual performance statistics and metrics.
+  . Check the project site: http://code.google.com/p/solrmeter
+  . Sample View:
+  . {{http://solrmeter.googlecode.com/svn/wiki/Screenshots/pie-chart1.PNG}}
  
+  .
+