Updated FUSE Mount (markdown)

Chris Lu 2021-12-24 22:58:20 -08:00
parent 19084d8791
commit 9282522bb4

@ -170,28 +170,28 @@ Threads started!
File operations: File operations:
reads/s: 1133.17 reads/s: 958.24
writes/s: 755.46 writes/s: 638.84
fsyncs/s: 2418.95 fsyncs/s: 2045.67
Throughput: Throughput:
read, MiB/s: 1133.17 read, MiB/s: 958.24
written, MiB/s: 755.46 written, MiB/s: 638.84
General statistics: General statistics:
total time: 60.0049s total time: 60.0045s
total number of events: 258353 total number of events: 218458
Latency (ms): Latency (ms):
min: 0.02 min: 0.02
avg: 0.23 avg: 0.27
max: 192.95 max: 166.61
95th percentile: 0.92 95th percentile: 1.01
sum: 59746.68 sum: 59775.56
Threads fairness: Threads fairness:
events (avg/stddev): 258353.0000/0.00 events (avg/stddev): 218458.0000/0.00
execution time (avg/stddev): 59.7467/0.00 execution time (avg/stddev): 59.7756/0.00
``` ```
The above is single-threaded. The following uses 16 threads. The above is single-threaded. The following uses 16 threads.
@ -223,28 +223,28 @@ Threads started!
File operations: File operations:
reads/s: 2219.10 reads/s: 2152.89
writes/s: 1479.62 writes/s: 1435.49
fsyncs/s: 4766.67 fsyncs/s: 4625.57
Throughput: Throughput:
read, MiB/s: 2219.10 read, MiB/s: 2152.89
written, MiB/s: 1479.62 written, MiB/s: 1435.49
General statistics: General statistics:
total time: 60.0423s total time: 60.0198s
total number of events: 506245 total number of events: 490963
Latency (ms): Latency (ms):
min: 0.03 min: 0.03
avg: 1.89 avg: 1.95
max: 272.82 max: 215.50
95th percentile: 7.98 95th percentile: 9.22
sum: 958926.66 sum: 958761.77
Threads fairness: Threads fairness:
events (avg/stddev): 31640.3125/259.62 events (avg/stddev): 30685.1875/161.07
execution time (avg/stddev): 59.9329/0.01 execution time (avg/stddev): 59.9226/0.00
``` ```