Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created July 10, 2023 18:20
Show Gist options
  • Save mdcallag/e67a35878d15958a06a0678c63ed26a8 to your computer and use it in GitHub Desktop.
Save mdcallag/e67a35878d15958a06a0678c63ed26a8 to your computer and use it in GitHub Desktop.
** File Read Latency Histogram By Level [default] **
** Level 0 read latency histogram (micros):
Count: 190378553 Average: 803.0707 StdDev: 13365.79
Min: 0 Median: 2.3197 Max: 413301
Percentiles: P50: 2.32 P75: 2.80 P99: 12.95 P99.9: 238013.05 P99.99: 347780.52
------------------------------------------------------
[ 0, 1 ] 117529 0.062% 0.062%
( 1, 2 ] 63239877 33.218% 33.280% #######
( 2, 3 ] 99563548 52.298% 85.577% ##########
( 3, 4 ] 16711106 8.778% 94.355% ##
( 4, 6 ] 5092174 2.675% 97.030% #
( 6, 10 ] 3234023 1.699% 98.729%
...
( 4400, 6600 ] 283 0.000% 99.602%
( 6600, 9900 ] 1796 0.001% 99.603%
( 9900, 14000 ] 522 0.000% 99.603%
( 14000, 22000 ] 358 0.000% 99.603%
( 22000, 33000 ] 23382 0.012% 99.615%
( 33000, 50000 ] 35414 0.019% 99.634%
( 50000, 75000 ] 5813 0.003% 99.637%
( 75000, 110000 ] 8979 0.005% 99.642%
( 110000, 170000 ] 157118 0.083% 99.724%
( 170000, 250000 ] 393525 0.207% 99.931%
( 250000, 380000 ] 149405 0.078% 100.009%
( 380000, 570000 ] 351 0.000% 100.010%
** Level 3 read latency histogram (micros):
Count: 149337836 Average: 3.2979 StdDev: 67.31
Min: 0 Median: 2.2522 Max: 46811
Percentiles: P50: 2.25 P75: 2.72 P99: 9.23 P99.9: 21.63 P99.99: 32.30
------------------------------------------------------
[ 0, 1 ] 88159 0.059% 0.059%
( 1, 2 ] 54666025 36.606% 36.665% #######
( 2, 3 ] 78964959 52.877% 89.541% ###########
( 3, 4 ] 10363266 6.939% 96.481% #
...
( 4400, 6600 ] 4034 0.003% 100.027%
( 6600, 9900 ] 152 0.000% 100.028%
( 9900, 14000 ] 106 0.000% 100.028%
( 14000, 22000 ] 321 0.000% 100.028%
( 22000, 33000 ] 387 0.000% 100.028%
( 33000, 50000 ] 91 0.000% 100.028%
** Level 4 read latency histogram (micros):
Count: 13153341 Average: 2.9818 StdDev: 17.07
Min: 0 Median: 2.2380 Max: 5440
Percentiles: P50: 2.24 P75: 2.72 P99: 5.88 P99.9: 13.74 P99.99: 29.82
------------------------------------------------------
[ 0, 1 ] 17784 0.135% 0.135%
( 1, 2 ] 4950577 37.637% 37.773% ########
( 2, 3 ] 6758261 51.381% 89.153% ##########
( 3, 4 ] 911473 6.930% 96.083% #
...
( 1900, 2900 ] 288 0.002% 100.022%
( 2900, 4400 ] 55 0.000% 100.022%
( 4400, 6600 ] 17 0.000% 100.022%
** Level 5 read latency histogram (micros):
Count: 144040284 Average: 3.2322 StdDev: 31.05
Min: 0 Median: 2.3068 Max: 26879
Percentiles: P50: 2.31 P75: 2.76 P99: 9.88 P99.9: 24.98 P99.99: 70.85
------------------------------------------------------
[ 0, 1 ] 74044 0.051% 0.051%
( 1, 2 ] 47686839 33.107% 33.158% #######
( 2, 3 ] 79079205 54.901% 88.059% ###########
...
( 1900, 2900 ] 5909 0.004% 100.015%
( 2900, 4400 ] 979 0.001% 100.016%
( 4400, 6600 ] 63 0.000% 100.016%
( 6600, 9900 ] 172 0.000% 100.016%
( 9900, 14000 ] 196 0.000% 100.016%
( 14000, 22000 ] 119 0.000% 100.016%
( 22000, 33000 ] 13 0.000% 100.016%
** Level 6 read latency histogram (micros):
Count: 321048788 Average: 2.5495 StdDev: 3.19
Min: 0 Median: 1.6218 Max: 2353
Percentiles: P50: 1.62 P75: 2.01 P99: 9.73 P99.9: 20.18 P99.99: 28.63
------------------------------------------------------
[ 0, 1 ] 29727506 9.259% 9.259% ##
( 1, 2 ] 210354428 65.521% 74.781% #############
( 2, 3 ] 51418419 16.016% 90.796% ###
...
( 870, 1300 ] 383 0.000% 100.038%
( 1300, 1900 ] 135 0.000% 100.039%
( 1900, 2900 ] 8 0.000% 100.039%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment