I'm not sure if this is doable in JMeter. Is there a way to save the average response time and std deviation that's shown in the "View Results in Table" Listener to the results file? The csv file that's saved has all the data in the table, it just doesn't have the average and std. dev. in it which would be nice to have. Thanks in advance for any help you can give me.
Here's an image from my Jmeter.
EDIT: If there's a way to do it with another Listener, I'm all ears, although:
- The info on each response is useful to me so I would still use "View Results in Table"
- I tried saving with all those Listeners you see in the jpg and they were all the same when saved as csv.
EDIT#2: I need to automate this so whatever solution there is, hopefully we can tell jmeter to do it from the command line too.