You have to be careful looking at the QTime's. They do not include garbage collection. I've
run into issues where QTime is short (cause it was), it just happened that the query came
in during a long garbage collection where everything was paused. So you can get into situations
where once the 15 second GC is done everything performs as expected! I'd make sure and have
an external querying tool and you can monitor GC times as well via JMX.
________________________________________
From: bbarani [bbarani@gmail.com]
Sent: Monday, June 03, 2013 8:58 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr query performance tool
You can use this tool to analyze the logs..
https://github.com/dfdeshom/solr-loganalyzer
We use solrmeter to test the performance / Stress testing.
https://code.google.com/p/solrmeter/
--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-query-performance-tool-tp4066900p4067869.html
Sent from the Solr - User mailing list archive at Nabble.com.
|