We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per #77, JMeter is hard to stop sometimes. Putting a timeout in the script inside the control_c() function. Would prevent long waits.
control_c()
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: