Java Agent for Memory Measurements

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

License

License

GroupId

GroupId

io.github.stephankoelle
ArtifactId

ArtifactId

jamm
Last Version

Last Version

0.4.1
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/stephankoelle/jamm/
Source Code Management

Source Code Management

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

Download jamm

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core Optional jar 1.24

provided (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-generator-annprocess jar 1.24

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4.0
0.3.4