KingRabbid commented on issue #6288:
URL: https://github.com/apache/jmeter/issues/6288#issuecomment-2220188330

   Just an idea: the 1st request is the one that opens a connection to the 
server and the connection pool is setup, the URL is cached, etc (I assume you 
use HTTPClient4 implementation). The rest of the connections might be re-used 
from the pool next, that's why you don't see a penalty anymore.
   You should be able to see the connection times in JTL provided you selected 
in the Listener of choice to also 'Save Connect time'; you can also see this 
info in the 'View Results in Table' Listener.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to