Télécharger la liste

Description du projet

The Java Application Monitor (JAMon) is a free,
simple, high performance, thread safe, Java API
that allows developers to easily monitor
production applications. JAMon can be used to
determine application performance bottlenecks,
user/application interactions, and application
scalability. JAMon gathers summary statistics such
as hits, execution times (total, average, minimum,
maximum, standard deviation), and simultaneous
application requests. JAMon statistics are
displayed in the sortable JAMon report.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-21 04:49
2.5

Cette version ajoute un certain nombre d'auditeurs nouveau tampon Jamon qui permettent aux développeurs de voir des détails tels que la requête réelle pour les états plus lent SQL. En général, le détail va maintenant être affichés pour les N plus grands et les plus petites valeurs N pour n'importe quel moniteur.
Tags: Minor feature enhancements
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.

2007-04-23 02:52
2.4

Cette version ajoute la possibilité pour les développeurs d'ajouter des auditeurs afin que le code peut réagir aux événements d'intérêt. Il est livré avec le JAMonBufferListener, qui peut être utilisé pour suivre les détails comme quand un max nouveau se produit, quand un événement est de 3 écarts types de la médiane, etc La guerre Jamon vient avec la possibilité de consulter ces données.
Tags: Major feature enhancements
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.

2007-03-02 09:14
2.3

Le pilote JDBC fonctionne mieux avec le DBCP dans JBoss. La capacité de retourner l'objet surveillé a été ajouté. Un bug de synchronisation est corrigé. Une gamme pour cent a été ajoutée.
Tags: Minor bugfixes
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.

2006-08-15 10:40
2.2

Cette version corrige quelques bugs et ajoute le nouveau Jamon pilote JDBC, qui permet aux développeurs de contrôler JDBC / SQL sans changer le code.
Tags: Minor feature enhancements
This release fixes a few bugs and adds the new JAMon JDBC driver, which allows developers to monitor JDBC/SQL without changing any code.

2006-07-17 02:03
2.1

Cette version ajoute la possibilité de surveiller les appels de méthode de n'importe quelle interface Java, ainsi que des instructions SQL et des appels JDBC. Les deux statistiques sommaires et les détails de ces opérations seront disponibles.
Tags: Major feature enhancements
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.

Project Resources