HdrHistogram

org.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.

Recommended: 2.2.2 27 versions bundle Updated 2 years ago Public Domain, per Creative Commons CC0Checking...

Add to your project1.1.5

<dependency>
    <groupId>org.hdrhistogram</groupId>
    <artifactId>HdrHistogram</artifactId>
    <version>1.1.5</version>
</dependency>

Version Details — 1.1.5

Packaging
jar
Direct Deps
0
Total Deps
0
Published
May 17, 2014
License
Public Domain, per Creative Commons CC0

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.

Checking security advisories...