Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
296 views
in Technique[技术] by (71.8m points)

java - JMeter - response time calculation

Can someone explain me please how JMeter calculate response time?

I need to understand this graph: Response Times Over Time.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Response time is also known as time to last byte while Latency is time to first byte:

  • Time to last byte - time from the moment the request was sent till the last resource is finished downloading.
  • Time to first byte - time from the moment the request was sent till the first byte of the first resource is received back.

Is that what you wanted to know or have I misunderstood your question?

EDIT:
Here is a more detailed explanation off all possible performance measurements.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...