When I run the test plan in JMeter, it is working fine, but use command line jmeter -n -t <test JMX file> -l <test log file>, the run cannot stop.
The number of thread user is "1" and loop count is "1"
When I run the test plan in JMeter, it is working fine, but use command line jmeter -n -t <test JMX file> -l <test log file>, the run cannot stop.
The number of thread user is "1" and loop count is "1"
Most probably you're suffering from JMeter issue 6008, the workarounds are in:
<boolProp name="LoopController.continue_forever">false</boolProp> to the .jmx script directly