You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the stoptest.sh script from the jmeter-master pod should work.
# check the jmeter-master pod name first
localhost$ kubectl -n tqa get pods
# open a shell then run stoptest.sh
localhost$ kubectl exec -i -t -n tqa tqa-loadtest-jmeter-master-your-pod-name "--" sh -c "clear; (bash || ash || sh)"
root@tqa-loadtest-jmeter-master-your-pod-name:/# /jmeter/apache-jmeter-5.0/bin/stoptest.sh
how can I stop a running test?
The text was updated successfully, but these errors were encountered: