I am starting to test with the jmeter. I have read documentation and outstanding questions about the values that are obtained from jmeter, at least in the version I have are: timeStamp, elapsed, label, responseCode, responseMessage, threadName, dataType, success, failureMessage, bytes, sentBytes, grpThreads, allThreads, URL, Latency, IdleTime and Connect.
I am launching against a web page that has a server. The times are
elapsed (response time), is the time it takes to complete the request (from start to finish)
Latency is the time from when you start transmitting until you receive the first byte (from start to first response. Includes connect)
Connect is the time it takes to make a TCP connection.
My question would be: To take into account network latency
, what data would need to be collected?