time-to-first-byte

JMeter response time vs threads graph - data point

≡放荡痞女 提交于 2019-12-11 00:52:15
问题 What data point this graph is using? Is the graph representing TTFB (time to first byte) or TTLB (time to last byte) Here are the settings: 回答1: Graph is representing TTLB (time to last byte) because it uses JMeter's Response time If you want TTFB (time to first byte), you need to use Latency JMeter measures the latency from just before sending the request to just after the first response has been received. Thus the time includes all the processing needed to assemble the request as well as