JAMon (Java Application Monitor).
The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications..
Here is the list of declaration for jamon. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.code.maven-play-plugin.com.jamonapi</groupId> <artifactId>jamon</artifactId> <version>2.7</version> </dependency>
If you think this Maven repository POM file listing for jamon is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:JAMon License
URL: http://jamonapi.sourceforge.net/JAMonLicense.html.
The following packages are defined in the jamon-2.7.jar
com.jamonapi com.jamonapi.aop com.jamonapi.http com.jamonapi.log4j com.jamonapi.proxy com.jamonapi.utils
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- JAMon License Agreement Copyright c 2002, Steve Souza (admin@jamonapi.com) All rights reserved. Modifications: No Redistribution in binary form, with or without modifications, are permitted provided that the following conditions are met: - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - If modifications are made to source code then this license should indicate that fact in the "Modifications" section above. - Neither the author, nor the contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.maven-play-plugin.com.jamonapi</groupId> <artifactId>jamon</artifactId> <version>2.7</version> <packaging>jar</packaging> <name>JAMon (Java Application Monitor)</name> <description>The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications.</description> <url>http://jamonapi.sourceforge.net/</url> <licenses> <license> <name>JAMon License</name> <url>http://jamonapi.sourceforge.net/JAMonLicense.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:cvs:pserver:jamonapi.cvs.sourceforge.net:/cvsroot/jamonapi/jamonapi</connection> <tag>v2_70</tag> <url>http://jamonapi.cvs.sourceforge.net/viewvc/jamonapi/jamonapi/?pathrev=v2_70</url> </scm> </project>