0

I'm using recently Locust and I'm, used to analyse the data myself, there's something that I cannot find, I tried even the the libraries, but Jmeter has the notion of Connect Time, (Connect Time. JMeter measures the time it took to establish the connection, including SSL handshake...)

Is there anywhere in the requests library or within Locust this kind of metrics, this is really useful to analyse different region servers and not based the response times only to have more insights from all load tests.

Thanks for your time.

  • Those metrics can be retrieved from [this brilliant answer](https://stackoverflow.com/a/22625150/15757337), there should be a way of getting that information and is also really useful `time_namelookup: 0.001s` `time_connect: 0.037s` `time_appconnect: 0.000s` `time_pretransfer: 0.037s` `time_redirect: 0.000s` `time_starttransfer: 0.092s` `time_total: 0.164s` – user15757337 Nov 10 '21 at 08:08

0 Answers0