Re: Logging request times

2016-02-13 Thread McCallick, Paul
I stand corrected. The Jetty request logs do indeed contain ALL of the traffic, both from other nodes and from query requests. For the record, it is valuable to capture the time at the client AND from the server to track latency or compression issues. On 2/11/16, 8:13 AM, "Shawn Heisey" wr

Re: Logging request times

2016-02-11 Thread Shawn Heisey
On 2/10/2016 10:33 AM, McCallick, Paul wrote: > We’re trying to fine tune our query and ingestion performance and would like > to get more metrics out of SOLR around this. We are capturing the standard > logs as well as the jetty request logs. The standard logs get us QTime, > which is not a g

Logging request times

2016-02-10 Thread McCallick, Paul
We’re trying to fine tune our query and ingestion performance and would like to get more metrics out of SOLR around this. We are capturing the standard logs as well as the jetty request logs. The standard logs get us QTime, which is not a good indication of how long the actual request took to