You may want to check the stats via JMX. For example, http://localhost:8983/solr/core/admin/mbeans?stats=true&key=org.apache.solr.handler.StandardRequestHandler
shows some basic stats info for the handler. If you are running nagios or similar, they have tools that can log values from JMX. this may be helpful: http://wiki.apache.org/solr/SolrJmx ryan On Thu, Feb 10, 2011 at 5:10 PM, 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? >