jmeter:在具有10个并发用户的线程组中是否可以让每个请求循环50次或运行10分钟?
请求应并行运行。
感谢。
答案 0 :(得分:0)
在线程组中:
Number of Threads (Users): 10
Ramp up period: 0 - so threads will be executed in parallel
Check the Scheduler checkbox and enter Duration 600 (10 minutes in seconds)
添加循环控制器,循环次数为50
您的测试将并行执行最多10分钟的用户,然后停止。