scylladb / scylla-bench

43 stars 36 forks source link

Option to output the latency distribution #66

Open pveentjer opened 3 years ago

pveentjer commented 3 years ago

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.

dkropachev commented 2 years ago

It could be closed