In my JMeter script, there are 2 thread group in single test plan , I want to execute the script using distributed testing mode i.e. master slave configuration.
However, when I am trying to execute multiple thread groups parallelly in single test plan using master slave configuration then only one thread is running. Also, have unchecked the option "Run Thread Groups consecutively (i.e. one at a time)" of test plan.
Similarly, when executing the script without master slave configuration in normal mode, then multiple thread group are running parallelly properly.
Any help much appreciated.
Check jmeter.log file for any suspicious entries, normally it contains information regarding Thread Group and individual thread start and stop events. If the log is not too informative you can increase JMeter logging verbosity.
The most common reasons for the Thread Group not running/starting are:
1. If this is the case you will need to pass the number of threads via-Gcommand-line argument or put it to user.properties file on all slaves