| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.jamonapi |
| Идентификатор | Идентификаторjamon_osmon |
| Последняя версия | Последняя версия2.82 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAMon OS Monitoring
The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications.
1) It contains the ability to monitor JDBC/SQL, web page requests, ejb's, log4j, interfaces and more.
2) It tracks aggregate stats for each sql statement, page request etc. and also lets you look at this information and more via the JAMon war.
3) You can also access JAMon statistics via the api
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jamon_osmon-2.82.pom | |
| jamon_osmon-2.82.jar | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jamonapi/jamon_osmon/ -->
<dependency>
<groupId>com.jamonapi</groupId>
<artifactId>jamon_osmon</artifactId>
<version>2.82</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamonapi/jamon_osmon/
implementation 'com.jamonapi:jamon_osmon:2.82'
// https://jarcasting.com/artifacts/com.jamonapi/jamon_osmon/
implementation ("com.jamonapi:jamon_osmon:2.82")
'com.jamonapi:jamon_osmon:jar:2.82'
<dependency org="com.jamonapi" name="jamon_osmon" rev="2.82">
<artifact name="jamon_osmon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamonapi', module='jamon_osmon', version='2.82')
)
libraryDependencies += "com.jamonapi" % "jamon_osmon" % "2.82"
[com.jamonapi/jamon_osmon "2.82"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.13.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.13.1 |
| javax.servlet : servlet-api | jar | 2.4 |
| javax.servlet.jsp : jsp-api | jar | 2.0 |
| org.mortbay.jetty : jetty | jar | 6.1.25 |
| org.apache.tomcat : catalina | jar | 6.0.26 |
| javax : javaee-api | jar | 6.0 |
| org.springframework : spring-context | jar | 4.0.2.RELEASE |
| org.aspectj : aspectjrt | jar | 1.8.0 |
| org.aspectj : aspectjweaver | jar | 1.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.7.0 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.hsqldb : hsqldb | jar | 2.3.2 |