Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I save my Apache jMeter results to a CSV file?

Tags:

jmeter

I've created my jMeter test which make 20,000 HTTP requests. I've included the "View Results in Table" listener. After running the test, I would like to save the table results to a CSV file.

like image 200
dacracot Avatar asked Jun 08 '11 21:06

dacracot


People also ask

What is the extension to save results in JMeter?

JMeter creates results of a test run as JMeter Text Logs(JTL). These are normally called JTL files, as that is the default extension − but any extension can be used. If multiple tests are run using the same output file name, then JMeter automatically appends new data at the end of the file.

How do I save a JMeter test?

To save the Test Plan, select "Save" or "Save Test Plan As …" from the File menu (with the latest release, it is no longer necessary to select the Test Plan element first). JMeter allows you to save the entire Test Plan tree or only a portion of it.


1 Answers

Ok, I figured it out. Least intuitive UI ever... Browse the file name as you want from file system using browse option OR fill the absolute file name in 'Filename' field and then start the test. This creates and writes to the file.

Refer attached image. It is possible to choose CSV, XML and JTL format as required. Filename should be complete path.

View Result in Table

like image 85
dacracot Avatar answered Sep 28 '22 01:09

dacracot