2

I'm executing performance testing using JMeter and Blazemeter report, but the response time value is the same as latency time value. can somebody explain? I attach the graph results:

Latency Time Graph

Latency Time Graph

Response Time Graph

Response Time Graph

Ori Marko
  • 56,308
  • 23
  • 131
  • 233

1 Answers1

1

It just means that the response is small/empty. The values are TTLB and TTFB, See explanantion about the difference

Latency is a difference between time when request was sent and time when response has started to be received.

Response time (= Sample time = Load time = Elapsed time) is a difference between time when request was sent and time when response has been fully received.

So Response time always >= latency.

The larger file is, the larger difference between response time and latency will be.

Community
  • 1
  • 1
Ori Marko
  • 56,308
  • 23
  • 131
  • 233