Stopwatch

Stopwatch is a free, simple, highly extensible, Java API that allows developers to easily monitor whole application or any part of it. By default Stopwatch generate reports about hits, execution times (total, average, minimum, maximum) as well as load but it can be easily extended to measure anything else by providing custom engine. Out of the box Stopwatch uses an in-memory HSQL database. It is able to persist collected data using a "storage". There is "storage" provided to persist into HSQL database and custom "storage" can be easily integrated.

Лицензия

Лицензия

Группа

Группа

com.commsen.stopwatch.api
Идентификатор

Идентификатор

stopwatch
Последняя версия

Последняя версия

0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Stopwatch
Stopwatch is a free, simple, highly extensible, Java API that allows developers to easily monitor whole application or any part of it. By default Stopwatch generate reports about hits, execution times (total, average, minimum, maximum) as well as load but it can be easily extended to measure anything else by providing custom engine. Out of the box Stopwatch uses an in-memory HSQL database. It is able to persist collected data using a "storage". There is "storage" provided to persist into HSQL database and custom "storage" can be easily integrated.
Ссылка на сайт

Ссылка на сайт

http://jstopwatch.sourceforge.net
Организация-разработчик

Организация-разработчик

Commsen International

Скачать stopwatch

Имя Файла Размер
stopwatch-0.3.pom
stopwatch-0.3.jar 51 KB
stopwatch-0.3-sources.jar 45 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/ -->
<dependency>
    <groupId>com.commsen.stopwatch.api</groupId>
    <artifactId>stopwatch</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/
implementation 'com.commsen.stopwatch.api:stopwatch:0.3'
// https://jarcasting.com/artifacts/com.commsen.stopwatch.api/stopwatch/
implementation ("com.commsen.stopwatch.api:stopwatch:0.3")
'com.commsen.stopwatch.api:stopwatch:jar:0.3'
<dependency org="com.commsen.stopwatch.api" name="stopwatch" rev="0.3">
  <artifact name="stopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.stopwatch.api', module='stopwatch', version='0.3')
)
libraryDependencies += "com.commsen.stopwatch.api" % "stopwatch" % "0.3"
[com.commsen.stopwatch.api/stopwatch "0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
hsqldb : hsqldb jar 1.8.0.1

provided (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.9
mx4j : mx4j Необязательный jar 3.0.1
javax.servlet : servlet-api Необязательный jar 2.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3