HdrHistogram is a native Python wrapper for the High Dynamic Range Histogram C library, designed for recording and analyzing sampled data (like latencies) with high precision over a wide dynamic range. It's currently at version 0.10.3 and typically sees maintenance releases as needed, with major changes often aligning with the upstream C library or Python version support.
pip install hdrhistogramVerified import paths — ran on the pinned version, not inferred.
Initialize an HdrHistogram, record sample values, and retrieve various statistics including min, max, mean, standard deviation, and specific percentiles. The example also shows how the histogram automatically adjusts to values exceeding its initial maximum.
Upgrade your project's Python interpreter to Python 3.x (3.6+ is generally recommended for current Python libraries).
Upgrade to `hdrhistogram==0.10.3` or newer to ensure the `dump_hdrh` script is correctly installed and available in your PATH.
Upgrade to `hdrhistogram==0.10.0` or newer to remove the vulnerable `future` dependency and ensure better Python 3 compatibility.
No dependency data recorded yet.