Hello, We have a requirement in JMeter to compute latency in the most accurate way:
- latency being the time between the start of the request send and the first byte receival. Currently it appears there is an interface called: - org.apache.http.HttpConnectionMetrics implemented by : - org.apache.http.impl.HttpConnectionMetricsImpl It would be nice to enhance to compute this latency within HTTPCore/HTTPClient. Or maybe this already exists. I looked at some other way with HttpRequestInterceptor / HttpResponseInterceptor , but I don't think it's the correct place. Thanks Regards Philippe M. @philmdot