How Can I make/check 'requests per second' by Jmeter?
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Jo** ([Bug 66132](https://bz.apache.org/bugzilla//show_bug.cgi?id=66132&redirect=false)):
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
Contributor guide
Research direction
Start with the testplan.jmx settings shown in the issue, including LoopController.loops, ThreadingGroup.num_threads, ramp time, and duration, and reproduce the reported 335-second run in JMeter. Determine how a requested requests-per-second target could be configured and verified; done requires a clear supported approach or a scoped implementation plan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100