I am running jmeter2.12 on Fedora.
What are the steps to generate a Dashboard Report?
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.
Report Dashboard module is available in Apache Jmeter3.0 version.Please follow below steps to Generate report dashboard.
reportgenerator
and user
properties files.user.properties
file.I have learned in details report generation from here,you can also follow same steps to generate HTML report dashboard.
Report Dashboard Generation
Just give the path in any listener as shown in image, execute the results and check the file.