总体活动线程图中的线程计数差异

Thread count discrepancy in Overall Active Thread graph

我正在使用 JMeter-2.13。我在测试计划中有两个线程组。一组贡献了 20 个线程,另一个贡献了 50 个线程。

在 Overall Active Threads 图表中,我在图表线上看到线程数下降。我在单个图表中没有看到这样的下降,那么为什么它们会出现在总体活动线程图表中 -

在第一张图中,您看到的是 2 个线程组的结果,而在第二张图中,您看到的是单个组的结果。

这些插件是由 Loadosohpia/Blazemeter 团队开发的,当我向他们询问此事时。他们为这种行为提供了以下推理..

Loadosophia does interpolation of points by averaging every N points into single point. So if you have spike surrounded by zero values, they will affect the spike height. Sorry, we can't have infinite precision on graph.