0

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

Finlay Weber
  • 2,989
  • 3
  • 17
  • 37
  • Does this answer your question? [JMeter - Response time has same value as latency](https://stackoverflow.com/questions/56641019/jmeter-response-time-has-same-value-as-latency) – Ori Marko Sep 24 '20 at 12:20

1 Answers1

2

According to JMeter Glossary

Official documentation is available at JMeter Project page

Kind of extension to the official documentation: JMeter Wiki

Also you might be interested in The Ultimate JMeter Resource List

Dmitri T
  • 159,985
  • 5
  • 83
  • 133