Re: Interpreting solr response time from log

2012-01-03 Thread Jithin
> If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/Interpreting-solr-response-time-from-log-tp3624340p3630181.html > To unsubscribe from Interpreting solr response time from log, click >

Re: Interpreting solr response time from log

2012-01-03 Thread Chris Hostetter
: If your log level is set at least to INFO, as it should be by default Solr does : log response time to a different file. E.g., I have : INFO: [] webapp=/solr path=/select/ : params={indent=on&start=0&q=*:*&version=2.2&rows=10} hits=22 status=0 : QTime=40 : where the QTime is 40ms, as also reflec

Re: Interpreting solr response time from log

2012-01-01 Thread Gora Mohanty
On Sun, Jan 1, 2012 at 8:58 PM, Jithin wrote: > Thanks Gora for clarifying. So if my understanding is correct then the total > response time is not logged in solr logs and I need to rely on the QTime in > the response. If your log level is set at least to INFO, as it should be by default Solr doe

Re: Interpreting solr response time from log

2012-01-01 Thread Jithin
Thanks Gora for clarifying. So if my understanding is correct then the total response time is not logged in solr logs and I need to rely on the QTime in the response. -- View this message in context: http://lucene.472066.n3.nabble.com/Interpreting-solr-response-time-from-log-tp3624340p3624931

Re: Interpreting solr response time from log

2011-12-31 Thread Gora Mohanty
On Sun, Jan 1, 2012 at 11:57 AM, Jithin wrote: [...] > which indicates response time is 2 ms. > > But in solr log its been seen as 01/Jan/2012:06:25:16 +] "GET > /solr/core0/admin/ping HTTP/1.1" 200 *544* > Can anyone please explain to me why the logs is showing 544 ms as response > time? (My

Interpreting solr response time from log

2011-12-31 Thread Jithin
00 *544* Can anyone please explain to me why the logs is showing 544 ms as response time? (My understanding is that the past parameter 544 is the response time) -- View this message in context: http://lucene.472066.n3.nabble.com/Interpreting-solr-response-time-from-log-tp3624340p3624340.html Sent