jmeter-ec2
jmeter-ec2 copied to clipboard
Set a timeout for stopping JMeter
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.