Re: Monitor search traffic
Gurjot - Another option - Solr 1.3 provides runtime statistics through JMX: http://wiki.apache.org/solr/SolrJmx cheers, --bemansell On Wed, Jul 1, 2009 at 9:05 AM, Gurjot Singh wrote: > Hi, > Is there a way to monitor the number of search queries made on the solr > index. > > Thanks > Gurjot >
Re: Monitor search traffic
Gurjot Singh schrieb: Hi, Is there a way to monitor the number of search queries made on the solr index. http://localhost:8983/solr/admin/stats.jsp Look for "requests :". Michael Ludwig