From e686e861024ff89676663a419be788588b33b12b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 20 Oct 2020 01:45:02 -0700 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index d5a075a..470ab00 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -103,28 +103,28 @@ Threads started! File operations: - reads/s: 5998.75 - writes/s: 3999.17 - fsyncs/s: 12797.59 + reads/s: 6854.90 + writes/s: 4569.93 + fsyncs/s: 14624.11 Throughput: - read, MiB/s: 93.73 - written, MiB/s: 62.49 + read, MiB/s: 107.11 + written, MiB/s: 71.41 General statistics: - total time: 300.0051s - total number of events: 6838671 + total time: 300.0030s + total number of events: 7814670 Latency (ms): min: 0.00 avg: 0.04 - max: 129.46 - 95th percentile: 0.08 - sum: 294614.90 + max: 244.85 + 95th percentile: 0.15 + sum: 292121.06 Threads fairness: - events (avg/stddev): 6838671.0000/0.00 - execution time (avg/stddev): 294.6149/0.00 + events (avg/stddev): 7814670.0000/0.00 + execution time (avg/stddev): 292.1211/0.00 ``` The above is single-threaded. The following uses 32 threads.