I am running a JMeter Performance test in non-GUI mode. I get the results in .jtl file. Is there a quick and easy way to produce Summary and Aggregate reports from this file?
Asked
Active
Viewed 5.1k times
5 Answers
25
If you're using jmeter 3.2, here are the following steps.
- Open the JMeter GUI
- Right click on Test Plan, Go to Add, then Listener and then click on Aggregate Report.
- Where it say's Filename, either input the path of where your jtl file is located or click browse & find it.
- Click the Save Table Data button below

navraj
- 248
- 3
- 6
6
Yes there is an easy way to do this. You can reopen JMeter .jtl file in any Jmeter Listener however you need to make sure that you have saved the results from JMeter in an xml format. To do this in Non-gui mode, edit your jmeter.properties file and set: jmeter.save.saveservice.output_format=xml

Thelesserknowngiant
- 171
- 1
- 3
5
- right click on "Test Plan"
- select "add" > "Listener"
you should see a number of options, all of which take your jtl file as input and display it in various forms.

vritantjain
- 91
- 2
- 5
0
A jtl file is basically a csv. You could simply copy paste its contents into an excel, then use data filters or pivot tables to create your summary/aggregate.

singh2005
- 1,251
- 12
- 19