Hi, For this request curl 'solrhost:8983/solr/core0/admin/ping' response is
<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int>*<int name="QTime">2</int>*<lst name="params"><str name="spellcheck">false</str><str name="echoParams">all</str><str name="facet.mincount">1</str><str name="spellcheck.count">10</str><str name="spellcheck.collate">true</str><str name="spellcheck.onlyMorePopular">false</str><str name="rows">10</str><str name="echoParams">all</str><str name="q">solrpingquery</str><str name="qt">search</str></lst></lst><str name="status">OK</str> </response> which indicates response time is 2 ms. But in solr log its been seen as 01/Jan/2012:06:25:16 +0000] "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.