I'm developing a distributed test using jMeter with one slave machine and a simple test script (http request to home):
./jmeter -n -t tests/TestPlan.jmx -r -l logs/log_test2.csv -X
But when I execute it, jMeter stucks at:
Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
I googled and I've find that I can send a shutdown signal using shutdown script, but after execute it jMeter stucks at:
Command: Shutdown received from /127.0.0.1
This happens too if I execute stoptest.
What am I doing wrong?