JMeter 响应时间与线程图 - 数据点

JMeter response time vs threads graph - data point

此图表使用的是什么数据点?该图是表示 TTFB(到第一个字节的时间)还是 TTLB(到最后一个字节的时间)

设置如下:

在 JMeter 中:

  • 响应时间是最后一个字节的时间 (TTLB)
  • 延迟是第一个字节的时间 (TTFB)

参见:

图表表示 TTLB(到最后一个字节的时间),因为它使用 JMeter 的响应时间

如果你想要TTFB(time to first byte),你需要使用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 assembling the first part of the response, which in general will be longer than one byte

如果您想显示 TTFB,一个技巧可能是用响应时间列值替换延迟,然后在图表中显示值