diff --git a/FUSE-Mount.md b/FUSE-Mount.md index 8d32870..af76e05 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -173,28 +173,28 @@ Threads started! File operations: - reads/s: 924.45 - writes/s: 616.31 - fsyncs/s: 1973.16 + reads/s: 795.34 + writes/s: 530.23 + fsyncs/s: 1697.44 Throughput: - read, MiB/s: 924.45 - written, MiB/s: 616.31 + read, MiB/s: 795.34 + written, MiB/s: 530.23 General statistics: - total time: 60.0039s - total number of events: 210726 + total time: 60.0231s + total number of events: 181327 Latency (ms): min: 0.02 - avg: 0.28 - max: 74.42 - 95th percentile: 1.25 - sum: 59733.20 + avg: 0.33 + max: 99.22 + 95th percentile: 1.44 + sum: 59788.21 Threads fairness: - events (avg/stddev): 210726.0000/0.00 - execution time (avg/stddev): 59.7332/0.00 + events (avg/stddev): 181327.0000/0.00 + execution time (avg/stddev): 59.7882/0.00 ``` The above is single-threaded. The following uses 16 threads. @@ -226,29 +226,28 @@ Threads started! File operations: - reads/s: 1725.94 - writes/s: 1150.83 - fsyncs/s: 3715.03 + reads/s: 1618.58 + writes/s: 1079.31 + fsyncs/s: 3486.62 Throughput: - read, MiB/s: 1725.94 - written, MiB/s: 1150.83 + read, MiB/s: 1618.58 + written, MiB/s: 1079.31 General statistics: - total time: 60.0184s - total number of events: 393592 + total time: 60.0219s + total number of events: 369169 Latency (ms): - min: 0.02 - avg: 2.43 - max: 473.23 - 95th percentile: 10.27 - sum: 958314.10 + min: 0.03 + avg: 2.60 + max: 474.68 + 95th percentile: 11.45 + sum: 958363.30 Threads fairness: - events (avg/stddev): 24599.5000/199.20 - execution time (avg/stddev): 59.8946/0.01 - + events (avg/stddev): 23073.0625/278.14 + execution time (avg/stddev): 59.8977/0.01 ``` ##### Sysbench Result Analysis