afranken/jmeter-analysis-maven-plugin

Generate more types of reports ex. AggregateReport

Opened this issue · 3 comments

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/

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.

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

Yes, I also would like to add more report type