JMeter: How to run test with rate of n concurrent requests per second -


I would like to run the test with the given execution rate per second. The next journey should start asynchronous in second seconds without completing the first walk. I tried with a continuous throughput timer, but it does not last until it reaches the next step until the response to the first thread throws.

You can use 2 different for this (make sure you have Run the thread group continuously at the box level.

Also see your configuration on the field, you can set different timers for each thread group

By the way, there is more advanced element available through plugins, which will provide easy-read graph of display of load-patterns. / P>

If you consider using a different thread group, remember that the area of ​​the JMATT variables is local in the thread group where they are defined, to use them in different thread groups. They have to be put in the JMIE properties in the "Global" area. See the guide for how to implement it.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -