How to save the Apache jMeter results to a CSV file

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.

Best Answer

Ok, I figured it out. Least intuitive UI ever... type into the field the file name you want saved to, start the test. This creates and writes to the file.

Related Topic