mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
f2416b6e80
commit
0278f8d744
|
@ -96,29 +96,28 @@ Threads started!
|
|||
|
||||
|
||||
File operations:
|
||||
reads/s: 3904.55
|
||||
writes/s: 2603.03
|
||||
fsyncs/s: 8330.06
|
||||
reads/s: 5998.75
|
||||
writes/s: 3999.17
|
||||
fsyncs/s: 12797.59
|
||||
|
||||
Throughput:
|
||||
read, MiB/s: 61.01
|
||||
written, MiB/s: 40.67
|
||||
read, MiB/s: 93.73
|
||||
written, MiB/s: 62.49
|
||||
|
||||
General statistics:
|
||||
total time: 300.0054s
|
||||
total number of events: 4451261
|
||||
total time: 300.0051s
|
||||
total number of events: 6838671
|
||||
|
||||
Latency (ms):
|
||||
min: 0.00
|
||||
avg: 0.07
|
||||
max: 417.52
|
||||
95th percentile: 0.10
|
||||
sum: 295968.92
|
||||
avg: 0.04
|
||||
max: 129.46
|
||||
95th percentile: 0.08
|
||||
sum: 294614.90
|
||||
|
||||
Threads fairness:
|
||||
events (avg/stddev): 4451261.0000/0.00
|
||||
execution time (avg/stddev): 295.9689/0.00
|
||||
|
||||
events (avg/stddev): 6838671.0000/0.00
|
||||
execution time (avg/stddev): 294.6149/0.00
|
||||
|
||||
```
|
||||
The above is single-threaded. The following uses 32 threads.
|
||||
|
@ -150,29 +149,28 @@ Threads started!
|
|||
|
||||
|
||||
File operations:
|
||||
reads/s: 17228.16
|
||||
writes/s: 11485.52
|
||||
fsyncs/s: 36766.81
|
||||
reads/s: 18479.45
|
||||
writes/s: 12319.70
|
||||
fsyncs/s: 39436.17
|
||||
|
||||
Throughput:
|
||||
read, MiB/s: 269.19
|
||||
written, MiB/s: 179.46
|
||||
read, MiB/s: 288.74
|
||||
written, MiB/s: 192.50
|
||||
|
||||
General statistics:
|
||||
total time: 300.0257s
|
||||
total number of events: 19641827
|
||||
total time: 300.0393s
|
||||
total number of events: 21069361
|
||||
|
||||
Latency (ms):
|
||||
min: 0.00
|
||||
avg: 0.49
|
||||
max: 52.57
|
||||
95th percentile: 1.79
|
||||
sum: 9546199.98
|
||||
avg: 0.45
|
||||
max: 123.55
|
||||
95th percentile: 1.64
|
||||
sum: 9547894.18
|
||||
|
||||
Threads fairness:
|
||||
events (avg/stddev): 613807.0938/872.69
|
||||
execution time (avg/stddev): 298.3187/0.01
|
||||
|
||||
events (avg/stddev): 658417.5312/1098.35
|
||||
execution time (avg/stddev): 298.3717/0.02
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue