oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

Set a timeout for stopping JMeter #80

Open oliverlloyd opened 7 years ago

oliverlloyd commented 7 years ago

As per #77, JMeter is hard to stop sometimes. Putting a timeout in the script inside the control_c() function. Would prevent long waits.

The timeout could write to screen giving a countdown. You could even say something like:

2 of 6 slaves have responded. Terminating in 14 seconds...

and count that down.