How do I generate a Dashboard Report in jmeter?
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 :
- http://jmeter.apache.org/usermanual/generating-dashboard.html
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.
steps:
- 1.Add 'Summary Report', 'Simple Data Writer' from Listeners.
- 2.Set location to generated csv
- 3.open reportgenerator.properties from "D:\apache-jmeter-3.0\bin\" copy all content from it
- 4.Open user.properties from same bin folder
- 5.Append all from reportgenerator.properties to user.properties and save
- 6.Now run the your Test script
- 7.open cmd and enter
jmeter -g D:\Report\TC001_Result.csv -o C:Report\ReportD
- Go to
C:Report\ReportD
and openindex.html
and you can check your test result
- Go to
Note:Should not create any folder with name ReportD
on same as Jmeter will create and save you report