How Can I make/check 'requests per second' by Jmeter?
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
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.