I run JMeter in distributed mode (1 master and 2 slaves).
In my master machine I issue below command
jmeter -n -t script.jmx -r
It runs the test in both slave machines and works great. If I need to stop the test (in non-gui mode), if I click ctrl+c, it just stops the wizard. subordinates continue to perform the test. I also tried shutdown.cmd. the wizard shows that "shutdown is received from 127.0.0.1", but did nothing.
Question:
What is the best way to stop a test while it is running?
source
share