JMeter - response time calculation

前端 未结 1 354
情深已故
情深已故 2020-12-16 23:58

Can someone explain me please how JMeter calculate response time?

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

1条回答
  •  北海茫月
    2020-12-17 00:25

    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.

    0 讨论(0)
提交回复
热议问题