5

I'm using a Stepping thread group for a load test

enter image description here

This is the configuration of stepping thread group. Instead of running for 4 hours, it is stopping after it is run for 17 minutes. What could be the reason?

Rekha
  • 161
  • 10
  • 2
    any errors? how is "Action to be taken after a Sampler error" configured? – timbre timbre Jul 09 '16 at 21:42
  • There aren't any errors. I think it is because of the the system metrics. The CPU utilization is way too high. – Rekha Jul 12 '16 at 13:56
  • 1
    Could you be more specific and show us your Test Plan? Maybe you have some loop in script that ends, or use CSV Data set but it doesn't have enough data in it. – klingac Sep 22 '17 at 11:13

2 Answers2

0

You can add Runtime Controller as a parent of your test to enforce running time, in your case Runtime in Seconds = 14400 (4 Hours 60*60*4)

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0

You can change the config for the "Stepping thread group" under "threads every" and set the time limit to small value (20 sec) and "Using ramp-up" as total rampup time required(300 sec)

rollno748
  • 334
  • 2
  • 7