: 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 reflected in the HTTP response. You
It's also really important to understand exactly what QTime is measuring. I've added a FAQ to try and make this more obvious... https://wiki.apache.org/solr/FAQ#Why_is_the_QTime_Solr_returns_lower_then_the_amount_of_time_I.27m_measuring_in_my_client.3F -Hoss