Interpreting solr response time from log
Hi, For this request curl 'solrhost:8983/solr/core0/admin/ping' response is 0*2*falseall110truefalse10allsolrpingquerysearchOK 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 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 from the Solr - User mailing list archive at Nabble.com.
Re: Interpreting solr response time from log
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 understanding is that the past parameter 544 is the response time) I believe that "544" is the length of the HTTP response, and not the time. Regards, Gora