Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Summary and Aggregate reports from a .jtl file?

Tags:

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?

like image 996
Archana Aggarwal Avatar asked Sep 25 '13 21:09

Archana Aggarwal


2 Answers

If you're using jmeter 3.2, here are the following steps.

  1. Open the JMeter GUI
  2. Right click on Test Plan, Go to Add, then Listener and then click on Aggregate Report.
  3. Where it say's Filename, either input the path of where your jtl file is located or click browse & find it.
  4. Click the Save Table Data button below
like image 69
Navraj Nat Avatar answered Jan 03 '23 11:01

Navraj Nat


Yes. You can import/open the .jtl file in JMeter GUI.

Please follow these steps -

  1. Open JMeter GUI.
  2. Open Summary and Aggregrate Report tab.
  3. Browse the .jtl to read the results from the file.
like image 28
Manan Avatar answered Jan 03 '23 10:01

Manan