MCS Home Download JavaDocs

Headlines

June 16, 2020

Version 1.1.226

February 28, 2010

new Version 0.80 released,

  • After a long time of running version 0.70, if had the time to add spring support for automatically measuring spring beans. you only need to add the special jmeasurement advisor to your spring xml file.
    <bean id="advice" class="de.mcs.jmeasurement.spring.MeasureMethodInterceptor" />
    Use pointcut and advisor of your choise.
  • if have updated the article, too: here

January 12, 2007

new Version 0.70 released,

  • configure with file and automatically reloaded if changed.
  • JMeasurement now supports JMX.

September 18, 2006

new Version 0.66 released,

  • adding a report gui (only on Java 5 Version)
  • The renderer could be startet from the commandline to render a report.xml file.

July 31, 2006

new Version 0.64, features added, automatic monitoring of interface methods.

new article in german (only) here

as of Mai 20, 2005...

newly if have added this package as a sourceforge project. For new downloads please visit my project at sourceforge.net

JMeasurement

 

This site is dedicated to software developers using JMeasurement.


Overview


JMeasurement is a free and simple java api for monitoring user defined aspects of the runtime of java production code. It was build with simple usage in mind. JMeasurement can help you to show in an running application, how long some defined parts of your application are running, and how often they've been called. JMeasurement is Open Source Software, released under the Apache License, 2.0 and hosted on SourceForge.

Feature list
  • simple to use
  • high preformance
  • filtering possibilities in monitoring and reporting (priority, measurepoint name)
  • persisting in XML (files or streams)
  • monitor complete interfaces with just one line of code
  • monitor exceptions
  • reporting in text, csv and HTML
  • possible to write your own renderer
  • possibility to add a callback for every measured data
  • disable and enable on runtime
  • data can be accessed at runtime
  • auto configuration with config file in classpath
  • auto reload if config file changes
  • support of JMX
JMeasurement can be used in a JDK5 or higher enviroment.

more Features/Examples here

Download

JMeasurement

 

 


Supporters:
Akzeptanzlogo


Forged on:
SourceForge Logo