Updated FUSE Mount (markdown)

Chris Lu 2020-03-29 02:02:24 -07:00
parent f2416b6e80
commit 0278f8d744

@ -96,29 +96,28 @@ Threads started!
File operations: File operations:
reads/s: 3904.55 reads/s: 5998.75
writes/s: 2603.03 writes/s: 3999.17
fsyncs/s: 8330.06 fsyncs/s: 12797.59
Throughput: Throughput:
read, MiB/s: 61.01 read, MiB/s: 93.73
written, MiB/s: 40.67 written, MiB/s: 62.49
General statistics: General statistics:
total time: 300.0054s total time: 300.0051s
total number of events: 4451261 total number of events: 6838671
Latency (ms): Latency (ms):
min: 0.00 min: 0.00
avg: 0.07 avg: 0.04
max: 417.52 max: 129.46
95th percentile: 0.10 95th percentile: 0.08
sum: 295968.92 sum: 294614.90
Threads fairness: Threads fairness:
events (avg/stddev): 4451261.0000/0.00 events (avg/stddev): 6838671.0000/0.00
execution time (avg/stddev): 295.9689/0.00 execution time (avg/stddev): 294.6149/0.00
``` ```
The above is single-threaded. The following uses 32 threads. The above is single-threaded. The following uses 32 threads.
@ -150,29 +149,28 @@ Threads started!
File operations: File operations:
reads/s: 17228.16 reads/s: 18479.45
writes/s: 11485.52 writes/s: 12319.70
fsyncs/s: 36766.81 fsyncs/s: 39436.17
Throughput: Throughput:
read, MiB/s: 269.19 read, MiB/s: 288.74
written, MiB/s: 179.46 written, MiB/s: 192.50
General statistics: General statistics:
total time: 300.0257s total time: 300.0393s
total number of events: 19641827 total number of events: 21069361
Latency (ms): Latency (ms):
min: 0.00 min: 0.00
avg: 0.49 avg: 0.45
max: 52.57 max: 123.55
95th percentile: 1.79 95th percentile: 1.64
sum: 9546199.98 sum: 9547894.18
Threads fairness: Threads fairness:
events (avg/stddev): 613807.0938/872.69 events (avg/stddev): 658417.5312/1098.35
execution time (avg/stddev): 298.3187/0.01 execution time (avg/stddev): 298.3717/0.02
``` ```