Java Agent for Memory Measurements

Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.

License

License

GroupId

GroupId

com.github.stephenc
ArtifactId

ArtifactId

jamm
Last Version

Last Version

0.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

Java Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
Project URL

Project URL

https://github.com/jbellis/jamm/
Source Code Management

Source Code Management

http://github.com/stephenc/jamm/tree/master/

Download jamm

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.5
0.2.4
0.2.2