我在JMeter中进行了测试。在名为" graph results"的听众中,平均显示四条蓝线,中间线显示四条紫色线,吞吐量显示四条绿线。
我的问题是:为什么每个概念有四行而不是一行?这四个中哪一个是好的?
答案 0 :(得分:1)
这是预期的行为,“图表结果”x轴能够容纳最多2000个点(意味着,如果您的累积样本数量在负载测试期间达到2000),在2000个样本之后Jmeter将重置所有计数器(平均值) ,median,std ...),重置计数器后,响应时间可能会增加,因为这种增加你可能会注意到多行。
Senario: For [1- 2000] cumulative requests , the response time might be Avg:228 ms, Medain 223, Standard Deviation 74.
For [2001-4000] cumulative requests , the response time might be Avg:231 ms, Medain 229, Standard Deviation 78 or (response are the same).
To distinguish the graph for [1- 2000] will be first line for
[2001-4000] will be second and so on.