1
votes

We observed that while executing the below scenario, calls at the end of script execution are failing and they are counted as part of error %,

Scenario:

  • Number of threads : 100 (even for 50 , 150 200 users, only the calls which are shown at the end of results tree are failing)
  • Ramp up period : 5s
  • Scheduler duration : 600s

enter image description here

We also observed that though the sceduled time is for 10mins(600s), jmeter runs for 11mins. Is there any option in jmeter for a ramp-down period?

1

1 Answers

0
votes

This may happen when JMeter forcibly terminates running threads, ideally that should not be happening and threads should be stopped gracefully.

The most possible reason is simply lack of resources as you are using JMeter in a not very correct way.

With regards to "ramp-down" period: there are some custom Thread Groups available via JMeter Plugins project like Stepping Thread Group or Ultimate Thread Group which allow you to set up arbitrary rampdown patterns:

Ultimate Thread Group