j

jamm

Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
https://github.com/jbellis/jamm/
The Apache Software License, Version 2.0
Stephen Connolly Jonathan Ellis Benedict Elliott Smith Dave Brosius Michael Shuler Robert Stupp Benjamin Lerer Ekaterina Dimitrova
Files download
File Operation
jamm-0.4.0.jar download
jamm-0.4.0.pom download
jamm-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jbellis</groupId>
  <artifactId>jamm</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jbellis:jamm:0.4.0'
Gradle Kotlin
implementation("com.github.jbellis:jamm:0.4.0")
Scala SBT
libraryDependencies += "com.github.jbellis" % "jamm" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jbellis', module='jamm', version='0.4.0')
)
Apache Ivy
<dependency org="com.github.jbellis" name="jamm" rev="0.4.0" />
Leiningen
[com.github.jbellis/jamm "0.4.0"]
Apache Buildr
'com.github.jbellis:jamm:jar:0.4.0'