Steps to Create Report Dashboard in JMeter
1) Create a JMeter(.jmx) file as per the requirement , if it has large number of users ,then go for Non GUI Mode as discussed in the previous post ,otherwise run it from the JMeter GUI Mode Itself.
2) While Creating add a Listeners in the JMX File.
3) After completing the Load / Performance Test , go to the Listeners and Save the data as .csv file , if the Load / Performance Test is done from the GUI Mode.
4) If it is ran from the Non GUI Mode , then open the same JMX File in JMeter and Add Listeners in that.
5) Then Browse the JTL from the Listeners and the data will be shown in the JMeter.
6) Save that as .csv File by clicking "Save Table Data".
7) Then open reportgenerator.properties from JMeter > Bin Folder , Copy all the content from the properties file.
8) Open user.properties from the same path as mentioned above and Paste all the content and then "Save".
9) Now run the below mentioned command in the command prompt.
10) jmeter -g "Path of .csv file" -o "Path for Reports"(Dont Create as "ReportD"),
as it will be automatically created from JMeter itself ).
11) Finally Reports will be generated in the "Path for Reports/ReportD".
Next Topic will be followed in up coming postsπππ.
Thanks
A M Balaji