On Fri, Feb 11, 2011 at 3:40 AM, Stijn Vanhoorelbeke <stijn.vanhoorelb...@gmail.com> wrote: > Hi, > > Is it possible to monitor the QTime of the queries. > I know I could enable logging - but then all of my requests are logged, > making big&nasty logs. > > I just want to log the QTime periodically, lets say once every minute. > Is this possible using Solr or can this be set up in tomcat anyway?
QTime is, of course, specific to the query, but it is returned in the response XML, so one could run occasional queries to figure it out. Please see http://wiki.apache.org/solr/SearchHandler Regards, Gora