All releases of Java Application Monitor API


Release Notes: This is a minor release. Concurrency was improved. A regression bug that broke EJB monitoring was fixed.


Release Notes: This is a minor release. However, JDK 1.5 or higher is now required. Nanosecond timing is now available, which provides the ability to monitor anything on your OS such as your scripts.


Release Notes: This is a minor release that adds a few features that users requested after version 2.7. JAMon still requires JDK 1.4 or higher (with a couple exceptions). If version 2.7 is working for you and you don't want the new features, then this is not a required upgrade.


Release Notes: This release adds the ability to monitor Tomcat 4/5/5.5/6, JBoss 4.0.5, and Jetty 6.1.5 page resources. It adds an EJB3 interceptor that will monitor EJB calls and exceptions. Added to existing features, these allow developers to monitor servlets/JSPs, EJBs, JDBC/SQL, and log4j without requiring any code changes on their part.


Release Notes: This release adds a JAMon log4j Appender that will allow developers to keep aggregate statistics on log4j messages. For example, they will be able to use a JAMon Web page to view how many errors have been sent to log4j. They will also be able to 'tail' the log4j log file via a JAMon Web page. All of this can be configured via the log4j XML or properties configurator. No code changes are required in your application.


Release Notes: This release adds a number of new JAMon buffer listeners that allow developers to see the details such as the actual query for the slowest SQL statements. In general, details will now be shown for the N largest and N smallest values for any monitor.


Release Notes: This release adds the ability for developers to add listeners so that code can react to events of interest. It ships with the JAMonBufferListener, which can be used to track details such as when a new max occurs, when an event is 3 standard deviations from the median, etc. The JAMon war comes with the ability to view this data.


Release Notes: The JDBC driver now works better with DBCP in JBoss. The ability to return the monitored object was added. A synchronization bug was fixed. A percent range was added.


Release Notes: This release fixes a few bugs and adds the new JAMon JDBC driver, which allows developers to monitor JDBC/SQL without changing any code.


Release Notes: This release adds the ability to monitor the method calls of any Java interface, as well as SQL statements and JDBC calls. Both summary statistics and details of these operations will be available.