I am running jmeter2.12 on Fedora.
What are the steps to generate a Dashboard Report?
The summary report consists of the different rows for each and every Test Plan like an aggregate report. We know that in JMeter we have different listeners to view the result of Test Case execution in different forms such as a table, tree, graph, and log file. Here as per our requirement, we can select any listener.
steps:
jmeter -g D:\Report\TC001_Result.csv -o C:Report\ReportD
C:Report\ReportD
and open index.html
and you can check your test result Note:Should not create any folder with name ReportD
on same as Jmeter will create and save you report
JMeter dashboard is only available since JMeter 3.0.
To generate it, see this tutorial and video by one of JMeter developers.
And reference documentation :
As of JMeter 3.1, It's as easy as calling:
jmeter -n -t <path_to.jmx> -l <log.jtl> -e -o <dashboard_folder>
If you're looking to learn jmeter correctly, this book will help you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With