1
votes

I am running a JMETER test plan through command prompt. I want results in excel sheet so saving output file as .csv. But I need the aggregate output in the excel file. I am getting result for all the requests in it. How can I get the only the aggregate result? I know how to do it through GUI. Not able to do it through command prompt. Please can some one guide me how to get the aggregate results.

Thankyou.

2

2 Answers

0
votes

You can add the Aggregate Report listener and make it write the results in csv format. So that whenever you run the test it in non-gui mode, It writes the result in CSV format.

You can also take a look at JMeterPluginsCMD Command Line Tool to generate reports / graphs in command line. It can give you the aggregate report in CSV format.

0
votes

If you download Standard Plugins Set from Jmeter-plugins.org site, then you can use Synthesis Report instead of Aggregate Report. It has similar functionality but also provide you an ability to filter out the data. So, if you need only the aggregate result, it's possible to display only TOTAL line.