I would like to have the option to get the full latency distribution of a single scylla-bench; so each latency bucket and the number of occurrences for that bucket.
Having the latency distribution allows me to merge the latency distributions of multiple scylla-bench instances and properly determine the percentiles because you can't average percentiles.
I would like to have the option to get the full latency distribution of a single scylla-bench; so each latency bucket and the number of occurrences for that bucket.
Having the latency distribution allows me to merge the latency distributions of multiple scylla-bench instances and properly determine the percentiles because you can't average percentiles.
Check the following ticket: https://github.com/scylladb/scylla-bench/issues/67 If support for HdrHistogram is added, then this ticket can be closed.