0
votes

How can i configure the Jmeter to run for only one second and in the results i can see how many requests executed within this second.

I tried Constant Throughput Timer and also tried scheduler on thread croup level but failed to reach my needs.

Any idea? enter image description here

1

1 Answers

0
votes

The setting lives in the Thread Group itself:

enter image description here

In this case JMeter will run 1 thread for 1 second and will try to execute as many requests as it can during this time frame.

With Constant Throughput Timer you can only pause JMeter throughput (number of requests per minute) to the desired rate but it works precisely enough on minute level, if you need second-level precision - consider going for Throughput Shaping Timer or Precise Throughput Timer