Last Version

Stopwatch 0.3

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.

License

License

GroupId

GroupId

com.commsen.stopwatch.api
ArtifactId

ArtifactId

stopwatch
Version

Version

0.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://jstopwatch.sourceforge.net
Project Organization

Project Organization

Commsen International

Download stopwatch 0.3


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
hsqldb : hsqldb jar 1.8.0.1

provided (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.9
mx4j : mx4j Optional jar 3.0.1
javax.servlet : servlet-api Optional jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.