【发布时间】:2017-04-25 12:06:45
【问题描述】:
我是 Jmeter 的新手,我对此一无所知。我想使用名为 Custom Thread Group -> Arrivals Thread Group 的 Jmeter 插件,该插件位于 https://jmeter-plugins.org/wiki/ArrivalsThreadGroup/ 位置,用于模拟到达率。我对这些属性进行了很多搜索,但没有得到明确的定义或理解。我对它的配置属性有一个模糊的想法。我将我所知道的关于所有这些属性的详细信息写成了代码注释
Target Rate(arrivals/min): 60
Ramp Up Time(min): 1 // how long to take to "ramp-up" to the full number of threads
Ramp-Up Steps Count: 10 // It divides Ramp-up time into specified parts and ramp-up threads accordingly
Hold Target Rate Time(min): 2// It will repeat the same for the next two minutes
Thread Iterations Limit:
谁能帮我清楚地理解所有这些属性的意义是什么?
【问题讨论】:
-
Hold Target Rate Time(min) 不会重复加速,它将在指定的持续时间内保持线程处于稳定状态。在您的情况下,它将在运行结束时保持线程数 60。
-
稳态是什么意思?
-
线程数稳定的持续时间。在上面的示例中,从 00:00:54 - 00:03:00 是稳定状态,其中线程数达到了您想要的数量,并且在测试结束之前不再变化
标签: testing jmeter performance-testing jmeter-plugins