hdrhistogram_c

C implementation of HdrHistogram for recording value distributions

brewmacoslinux
Try with needOr install directly
Source

About

C port of the HdrHistogram

Commands

hdrhistogram_c

Examples

Create and initialize a histogram to record latency measurements$ hdrhistogram_c --init --lowest-discernible-value 1 --highest-trackable-value 3600000000 --significant-figures 3
Record a single value observation in the histogram$ hdrhistogram_c --record 1500
Generate statistics summary including percentiles and mean$ hdrhistogram_c --print-summary