[JMeter][RFC] JMeter report generator based on JAMon
Siegfried Goeschl <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.devel |
|---|---|
| Organization | IT20one GmbH |
| Message-ID | <[email protected]> |
Hi folks, I'm using JMeter for some large-scale performance tests and had problems with the current approach of using XSLT to generate the HTML report since my JTL files exceed two gigabytes. Therefore I implemented a new reporting backend based on JAMon (see http://jamonapi.sourceforge.net/) Code : https://github.com/sgoeschl/jmeter-sla-report Sample Report : http://people.apache.org/~sgoeschl/download/jmeter/summary-report.html If this is of general interest I would like to contribute the code - please note that +) JAMon is under BSD licence +) the latest JAMon libraries are currently not available at Maven Central Feedback appreciated Siegfried Goeschl