I have configured the script with below configuration for the distributed load testing. Now, when I executed the script. The dashboard report which was generated: Active Threads Over Time show x-axis "Number of Active Threads" to be 25 only. But according to the distributed testing setup if load testing is to performed for 50 users than on the master machine the thread is to configured to be 25 to run 25 each on the slave machines
Now, the problem here is why didn't Active Threads Over Time show x-axis "Number of Active Threads" to be 50 rather than 25.
- Master(My own machine)
- 2 slaves machines
- Thread: jp@gc - Stepping Thread Group
- Number of Threads: 25
So, to properly access the graph I would require to have Active Threads Over Time show x-axis "Number of Active Threads" to be 50 which included each slave machine active threads. How to achieve this.