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
Tags: aggregate report, jmeter, listener
Leave a Reply Cancel reply
Blog Visitors
- 206,712 views
Categories
Syndication
Recent Comments
| bhavya on JMeter 101: Write your first l… | |
| unusialtu on Install Testlink in Windows… | |
| Junn G on Automated Testing with Cucumbe… | |
| long time coming on Creating Firefox profile for y… | |
| shanmugaprabhu on JMeter: Simple Data Writer + C… |
Archives
- November 2012 (2)
- October 2012 (2)
- September 2012 (1)
- June 2012 (2)
- May 2012 (2)
- April 2012 (2)
- March 2012 (2)
- January 2012 (1)
- December 2011 (1)
- November 2011 (4)
- October 2011 (2)
- September 2011 (1)
- April 2011 (2)
- March 2011 (2)
- January 2011 (1)
- September 2010 (1)
- May 2010 (1)
- April 2010 (1)
- January 2010 (1)
- November 2009 (1)
- October 2009 (1)
- September 2009 (4)
- August 2009 (2)
- July 2009 (3)
- June 2009 (2)
- May 2009 (3)
- April 2009 (1)
- March 2009 (7)
- February 2009 (6)
- January 2009 (7)
- December 2008 (2)

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)