How to generate a custom JMeter report from aggregate report statistics?

Viewed 18

JMeter produces detailed report as dashboard but I would like to create my own summary as a simple HTML page with relevant execution parameters and few samplers statistics in a table. As a global summary, this generation may be triggered once at the end of test plan execution.

Inspired from JMeter JSR223 Listener for ExtentReports needs improvement it looks like possible to integrate such report generation as a JSR223 listener.

If such a listener is the correct option, how to retrieve (or compute again) samplers statistics already available in Aggregate Report listener like count, avarage, min, max, percentil?

Any alternative way is welcomed too. Many thanks in advance

1 Answers
Related