Bug 66132 - How Can I make/check 'requests per second' by Jmeter?
Summary: How Can I make/check 'requests per second' by Jmeter?
Status: NEEDINFO
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 5.4.3
Hardware: All Linux
: P2 normal (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-21 07:08 UTC by Jo
Modified: 2022-06-21 22:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jo 2022-06-21 07:08:46 UTC
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.
Comment 1 Jo 2022-06-21 22:36:05 UTC
(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.
Comment 2 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5681