When I run a jmeter test, I get a .jtl
file with the following headings:
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect,"command"
I was wondering what the difference is between elapsed
and Latency
Does anyone know?
I could not find an official reference/documentation for this headings online...if someone knows if and where they exist, please also do share!
Thanks