Reputation: 1603
I am using jmeter for performance testing. I want to get performance values from aggregate graph table of jmeter in csv/xml file format.
Upvotes: 2
Views: 1448
Reputation: 6398
you can save the results in csv format using Aggregate Report
listener using "Save Table Data" option.
http://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report
both Aggregate Graph and Aggregate Report shows the same tabular data. so, you can load the results file (.csv/.jtl) to Aggregate Report
listener (using Browse
option). then click on "Save Table Data" button and save the file in csv
format..
Upvotes: 1