techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

Show the number of queries per second (or minute) that are actually being executed #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes the number of queries per minute specified is not achived by one 
SolrMeter instance. It would be good to be able to see the real number of 
queries per second (oer minute) that are really being executed.

Original issue reported on code.google.com by tflo...@gmail.com on 17 Sep 2010 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by juan.gra...@gmail.com on 10 Feb 2011 at 7:00

GoogleCodeExporter commented 8 years ago
This patch implements this feature by counting the number of queries/updates 
issued in the last ten seconds.

Original comment by juan.gra...@gmail.com on 15 Feb 2011 at 7:40

GoogleCodeExporter commented 8 years ago
The previous patch included changes to classes that didn't correspond to this 
patch. Sorry!

Original comment by juan.gra...@gmail.com on 15 Feb 2011 at 9:33

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Juan, I committed your patch to the trunk. The issue is closed.

Original comment by tflo...@gmail.com on 15 Feb 2011 at 10:09