jmeter-步进线程详解
步进线程配置详解
步进线程是一个梯度压力测试线程, 可以模拟用户在一段时间内持续增加, 到退出的并发过程
thread scheduling parameters:线程调度参数
字段 | 描述 |
---|---|
this group will start 500 threads | 最大启动500个线程 |
first,wait for 60 seconds | 启动前等待30秒 |
then start 60 threads | 等待过后启动60个线程 |
next,add 50 threads every 5 seconds using ramp-up 10 seconds |
每隔5秒,在10秒内启动50个线程 |
then hold load for 60 seconds | 增加到最大线程数后,保持运行60秒 |
finally, stop 50 thread every 1 seconds | 每间隔1秒退出50个进程 |