-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
Description
Hi memtier_benchmark developers,
Currently memtier_benchmark can report average latency in the results, which is usually enough for simple benchmarks. it also provides the option to print the detail latency distribution. The data is aggregated through different latency level. However for storage/DB performance, people will also care about the tail latency(99%, 99.9% or 99.99%, example from fio). Is it possible to provide these tail latency data also?
ALL STATS
========================================================================
Type Ops/sec Hits/sec Misses/sec Latency KB/sec
------------------------------------------------------------------------
Sets 21536.09 --- --- 0.23100 22561.95
Gets 0.00 0.00 0.00 0.00000 0.00
Waits 0.00 --- --- 0.00000 ---
Totals 21536.09 0.00 0.00 0.23100 22561.95
thanks, -yuan