https://bz.apache.org/bugzilla/show_bug.cgi?id=66132
Bug ID: 66132 Summary: How Can I make/check 'requests per second' by Jmeter? Product: JMeter Version: 5.4.3 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P2 Component: HTTP Assignee: issues@jmeter.apache.org Reporter: johoj...@naver.com Target Milestone: JMETER_5.5 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. -- You are receiving this mail because: You are the assignee for the bug.