sysbench icon indicating copy to clipboard operation
sysbench copied to clipboard

95th percentile can be higher than max or lower than min

Open joendter opened this issue 3 years ago • 0 comments

$ sysbench mutex run
sysbench 1.0.18 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time


Initializing worker threads...

Threads started!


General statistics:
    total time:                          0.2426s
    total number of events:              1

Latency (ms):
         min:                                  241.47
         avg:                                  241.47
         max:                                  241.47
         95th percentile:                      240.02
         sum:                                  241.47

Threads fairness:
    events (avg/stddev):           1.0000/0.00
    execution time (avg/stddev):   0.2415/0.00

another user @CodedSakura reported the 95th percentile being higher than the max grafik

joendter avatar May 01 '23 20:05 joendter