1
votes

I am performing distributed testing using JMeter and getting collective result of all slaves on Master JMeter GUI.

Please let me know if it is possible to capture separate reports for each slave?

For example, I have configured 2 Slaves + 1 Master JMeter. On executing the test, I would like capture separate report of each slave.

Thanks!!

2

2 Answers

1
votes

You can get per-slave results as follows:

  1. Add a Listener or your choice to Test Plan
  2. Specify Filename in "Write results to file" section and choose what you need to store via "Configure" button
  3. Once test finishes you'll have to collect result files from slave machines

Be aware that:

0
votes

For your case, don't use distributed testing, just launch 1 separate JMeter per slave machine.