JMeter distributed load testing

How can i extract a report for testing contains given below model on the distributed testing environment.
. Master machine
. slaves machines
. Thread: jp@gc - Stepping Thread Group
We wanted to have a dashboard report.
Please help.
Thanks in advance

Comments

  • You can generate a dashboard report by running your JMeter test in command-line non-GUI mode from the master node like:
    jmeter -n -R slave1,slave2 -t /path/to/testplan.jmx -l /path/to/result.csv -e -o /path/to/dashboard/folder
    Once test finishes you can open /path/to/dashboard/folder/index.html file with your favourite web browser and see the metrics and charts.

Sign In or Register to comment.