jmeter JMeter plugin for generate parameters in HTML report specified in XSL template

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

fedkor

New Member
Nov 24, 2017
1
0
1
31
Does anybody know how to generate a HTML report in JMeter with some java template engine (XSLT, Xalan, etc.) working with specified XSL template?

The reason why I want to use a template engine is that I want in HTML report just parameters that I specified in XSL template (for example I want just a one graph for throughput in HTML report and no other graphs).

And if is possible without using CMD but using some a JAVA plugin as "Listener".

Thank you very lot.
 
Does anybody know how to generate a HTML report in JMeter with some java template engine (XSLT, Xalan, etc.) working with specified XSL template?

The reason why I want to use a template engine is that I want in HTML report just parameters that I specified in XSL template (for example I want just a one graph for throughput in HTML report and no other graphs).

And if is possible without using CMD but using some a JAVA plugin as "Listener".

Thank you very lot.

I dont think an explicit solution exists. I suggest you can write a small java file in conjunction with jmeter plugins (https://jmeter-plugins.org/) to generate specific data.