简体   繁体   中英

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

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.

Be aware that JMeter has a couple of XSL templates you can either use or re-use as a basis, they are located under "extras" folder of your JMeter installation, or if you obtained JMeter via some form of package manager you can get them from JMeter source repositories at:

The above XSL templates are called from the JMeter Ant Task , the build.xml Ant script can also be found under "extras" folder, check out xslt-report target to see how you can trigger the .jtl result file transformation.

You can also check out Five Ways To Launch a JMeter Test without Using the JMeter GUI article for more information on "alternative" ways of running JMeter tests, it covers Ant and Maven plugins which both use XSLT transformation in order to produce the load report.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM