I configured my test in this way (in windows 7):
- 1 Virtual machine is master, that run all vm slaves with the command for a distribuited testing (from command line) and show in jmeter GUI some graphs (for example jp@gc Active thread over time , hits/sec, response time, etc..).
- 3 Virtual machine are slave, to execute the testing;
When master run the "start" to 3 slave, the test works (each slave run 6 thread), and in the GUI on master, there are only 6 thread in the graph (jp@gc - Active Threads Over Time), but in reality are 18 (6 thread for slaves, with 3 slaves).
So my question is: how can I see the total data for all slaves?
jp@gc - Active Threads Over Time = to see 18 thread (thread slave1 +thread slave2+thread slave3) jp@gc - Hits per Second = Hits slave 1 +Hits slave 2+ Hits slave 3
and so on...