jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

How Can I make/check 'requests per second' by Jmeter?

Open asfimport opened this issue 3 years ago • 1 comments

Jo (Bug 66132): Hi

I've made testplan.jmx and it worked well.

In the jmx file,

...... <stirngProp name="LoopController.loops">100000</stringProp> ...... <stringProp name="ThreadingGroup.num_threads">250</stringProp> <stringProp name="ThreadGroup.ramp_time">1</stringProp> <stringProp name="ThreadGroup.duration">1</stringProp> ......

This test was successfully completed in 335 seconds. And I was able to see that about 74,626 requests were made per second.(25,000,000/335)

But I want to be able to set as many requests per second as I want from the time I design the tests.

Can I set up requests per second by Jmeter??

Thank you.

Severity: normal OS: Linux

asfimport avatar Jun 21 '22 07:06 asfimport

Jo (migrated from Bugzilla): (In reply to Jo from comment 0)

Hi

I've made testplan.jmx and it worked well.

In the jmx file,

...... <stirngProp name="LoopController.loops">100000</stringProp> ...... <stringProp name="ThreadingGroup.num_threads">250</stringProp> <stringProp name="ThreadGroup.ramp_time">1</stringProp> <stringProp name="ThreadGroup.duration">1</stringProp> ......

This test was successfully completed in 335 seconds. And I was able to see that about 74,626 requests were made per second.(25,000,000/335)

But I want to be able to set as many requests per second as I want from the time I design the tests.

Can I set up requests per second by Jmeter??

Thank you.

asfimport avatar Jun 21 '22 22:06 asfimport