Skip to content

Instantly share code, notes, and snippets.

@tjake
Created January 13, 2011 20:03
Show Gist options
  • Save tjake/778490 to your computer and use it in GitHub Desktop.
Save tjake/778490 to your computer and use it in GitHub Desktop.
Single node, keep in mind writes are buffered in Solr, not durable.
=================================================================
SOLR WRITES: (Buffered)
clients:4, loops:2500, type:write, rate(ops/sec):2132.0
clients:4, loops:2500, type:write, rate(ops/sec):4208.0
clients:4, loops:2500, type:write, rate(ops/sec):4484.0
clients:4, loops:2500, type:write, rate(ops/sec):4291.0
SOLR READS:
clients:4, loops:2500, type:read, rate(ops/sec):440.0
clients:4, loops:2500, type:read, rate(ops/sec):532.0
clients:4, loops:2500, type:read, rate(ops/sec):573.0
clients:4, loops:2500, type:read, rate(ops/sec):570.0
SOLR MIXED R/W (UNBUFFERED):
clients:4, loops:5000, type:both, rate(ops/sec):187.0
SOLR MIXED R/W (BUFFERED):
clients:4, loops:5000, type:both, rate(ops/sec):1081.0
===========================================================
SOLANDRA WRITES: (Unbuffered)
clients:4, loops:2500, type:write, rate(ops/sec):573.0
clients:4, loops:2500, type:write, rate(ops/sec):1285.0
clients:4, loops:2500, type:write, rate(ops/sec):1357.0
clients:4, loops:2500, type:write, rate(ops/sec):1360.0
SOLANDRA READS:
clients:4, loops:2500, type:read, rate(ops/sec):365.0
clients:4, loops:2500, type:read, rate(ops/sec):449.0
clients:4, loops:2500, type:read, rate(ops/sec):496.0
clients:4, loops:2500, type:read, rate(ops/sec):486.0
SOLANDRA MIXED R/W:
clients:4, loops:5000, type:both, rate(ops/sec):578.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment