Having trouble running multiple JMX files in non GUI mode in Linux. Doesn't seem to be spinning up multiple instances of the JMeter JVM service. Any help would be much appreciated.
Failing command:
sudo $JMETER/jmeter -n -r -t $JMETER/test1.jmx & sudo $JMETER/jmeter -n -r -t $JMETER/test2.jmx &
See attachment below for error 'Engine is busy - try again later' only test 1 gets started and the test 2 doesn't.