I have a simple Jmeter project configured the way I like it, in regards to the actual load test. But now, when I want to configure Jmeter to log the results to a csv/xml file, I hit a road block. I simply can't figure out how to configure it to log the same data that I see in the GUI.
The listener I use is the "Summary Report". In it, I see things like "Average", "Min", "Max", "Error %" and "Throughput". All of these are data that I want. But when I click the "Configure" button in the "Write results to file" box above the results, none of the checkboxes seem to match these columns. How do I get "Error %", "Throughput" etc written to the file? Instead I see a bunch of unrelated stuff, like "Save URL". How is the individual URLs relevant for a Summary Report? The summary report is literally one single line of data, but nothing in the GUI configuration options tell me how I can get this single line of data written to a file. It's only the final results that I'm interested in, ie the results of the calculations, not the data needed for the calculations.