I am running JMeter in distributed mode (1 master & 2 slaves).
In my master machine, I issue below command
jmeter -n -t script.jmx -r
It starts the test in both slave machines & works great. If i need to stop the test (in non-gui mode), If i press ctrl+c
, It just stops the master. slaves keep executing the test. I also tried shutdown.cmd
. master shows that 'shutdown received from 127.0.0.1` but did nothing.
Question:
What is the best way to stop test while it is running?