H

HdrHistogram

HdrHistogram supports the recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.
http://hdrhistogram.github.io/HdrHistogram/
Public Domain, per Creative Commons CC0 BSD-2-Clause
Gil Tene
Files download
File Operation
HdrHistogram-2.1.12.jar download
HdrHistogram-2.1.12.pom download
HdrHistogram-2.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hdrhistogram</groupId>
  <artifactId>HdrHistogram</artifactId>
  <version>2.1.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.hdrhistogram:HdrHistogram:2.1.12'
Gradle Kotlin
implementation("org.hdrhistogram:HdrHistogram:2.1.12")
Scala SBT
libraryDependencies += "org.hdrhistogram" % "HdrHistogram" % "2.1.12"
Groovy Grape
@Grapes(
  @Grab(group='org.hdrhistogram', module='HdrHistogram', version='2.1.12')
)
Apache Ivy
<dependency org="org.hdrhistogram" name="HdrHistogram" rev="2.1.12" />
Leiningen
[org.hdrhistogram/HdrHistogram "2.1.12"]
Apache Buildr
'org.hdrhistogram:HdrHistogram:jar:2.1.12'