Skip to content
Aaron Forster edited this page Jun 25, 2014 · 2 revisions

The jmetergraphs project is a fork of some code I updated a number of years ago.

The original, a perl script, agregates a number of JMeter log files and produces graphs. Useful when automating JMeter tests across multiple hosts. I need to evaluate wither it is still apropriate to use a PERL script to do this or if there is a better way. This may even become a JMeter plugin.

The original perl script by Christoph Meissner was found here: http://wiki.apache.org/jmeter/LogAnalysis

I integrated a fix from mhardy@tkdevvm (Mike Hardy?) and added functionality to produce an index.html allowing you to view the graphs.

I would like to make this a bit more comprehensive potentially by wrapping the graphs with click throughs, producing RRD/JRD files or the like.

View the Original-jmetergraphs.pl-documentation

Clone this wiki locally