简体   繁体   English

Jmeter:如何在线程组中同时运行2个或更多不同的HTTP请求?

[英]Jmeter: How to run 2 or more different HTTP requests at the same time in a thread group?

I have below Jmeter Test Plan: 我有以下Jmeter测试计划:

Test Plan
    Thread Group(thread number=10,Ramp-up Period=0, loop count=1)
        HTTP request 1
        HTTP request 2

My question is how to make above sorts of above 2 HTTP request to send at the same time in this thread group? 我的问题是如何在该线程组中同时进行上述两种以上的HTTP请求发送?

My meaning is like scenarios: 我的意思就像场景:

 start time      http quest
 13:00:00.000    1~10 HTTP request 1
 13:00:00.000    1~10 HTTP request 2

如果您确实希望这些请求同时启动,那么它们应该在不同的线程组中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM