Jmeter: Statistics Aggregate Report
I found this blog that features an interesting Jmeter plugin that would make your Jmeter reporting more effective.
To enhance your graph and reports with Jmeter, here’s a listener plugin that you could add in your distribution file.
1. Download Statistics Aggregate Report here
2. To install, unzip the file to your Jmeter directory. Please note that the zip file consists of 4 files and should be extracted as follows:
JMETER_HOME/lib/jcommon-1.0.5.jar
JMETER_HOME/lib/jdnc-0_6-all.jar
JMETER_HOME/lib/jfreechart-1.0.2.jar
JMETER_HOME/lib/ext/StatAggVisualizer.jar
3. Restart Jmeter, in GUI right click from your Testplan, select Add -> Listener menu, an option “Statistical Aggregate Report” should now be available.
Categories: jmeter
aggregate report, jmeter, listener

Hello,
I found this plugin rather useful. Though results are never cleared up from the graph and I get an exception when trying to clear up. Do you know about this?
Cheers, Fatima
hi fatima!
I found this add-on from Ruben’s blog (http://rubenlaguna.com/wp/better-jmeter-graphs/) but haven’t experienced the exception just like you did. could you include the error message you saw, so we can both look at it in forums or discussion boards…
thanks,
girlie
Hi Fatima,
I experience the same exceptions.
To clear my results and graphs, I save, close and re-open the Jmeter file. You can quickly re-open the file once you have Jmeter running by click on File on the top left and type the number 1.
Am getting the same error.
Exception in thread “AWT-EventQueue-0″ java.lang.AbstractMethodError
at org.apache.jmeter.gui.action.Clear.doAction(Clear.java:78)
at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:82)
at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:42)
at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)