Thans Chris for clarifying. This helps a lot.
On Wed, Jan 4, 2012 at 2:07 AM, Chris Hostetter-3 [via Lucene] <
ml-node+s472066n3630181...@n3.nabble.com> wrote:
> : 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
: 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
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
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.htm
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