afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Generate more types of reports ex. AggregateReport #23

Open IlfirinPL opened 9 years ago

IlfirinPL commented 9 years ago

Maybe is possible to add option to add link do diffrent types of reports, also export to csv for example Aggregate Report

below link with diffrent type of reports with is possible to generate from jtl http://jmeter-plugins.org/wiki/JMeterPluginsCMD/

afranken commented 9 years ago

which types of reports do you want to add? It's easy to do that in your own project - each report can be added by adding a custom Writer implementation, and the output is written with Freemarker Templates.

IlfirinPL commented 9 years ago

The report mostly I am thinking AggregateReport and PerfMon One for overview and second for presenting server load

ansonliao commented 9 years ago

Yes, I also would like to add more report type