mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
e3226e50fe
commit
e686e86102
|
@ -103,28 +103,28 @@ Threads started!
|
||||||
|
|
||||||
|
|
||||||
File operations:
|
File operations:
|
||||||
reads/s: 5998.75
|
reads/s: 6854.90
|
||||||
writes/s: 3999.17
|
writes/s: 4569.93
|
||||||
fsyncs/s: 12797.59
|
fsyncs/s: 14624.11
|
||||||
|
|
||||||
Throughput:
|
Throughput:
|
||||||
read, MiB/s: 93.73
|
read, MiB/s: 107.11
|
||||||
written, MiB/s: 62.49
|
written, MiB/s: 71.41
|
||||||
|
|
||||||
General statistics:
|
General statistics:
|
||||||
total time: 300.0051s
|
total time: 300.0030s
|
||||||
total number of events: 6838671
|
total number of events: 7814670
|
||||||
|
|
||||||
Latency (ms):
|
Latency (ms):
|
||||||
min: 0.00
|
min: 0.00
|
||||||
avg: 0.04
|
avg: 0.04
|
||||||
max: 129.46
|
max: 244.85
|
||||||
95th percentile: 0.08
|
95th percentile: 0.15
|
||||||
sum: 294614.90
|
sum: 292121.06
|
||||||
|
|
||||||
Threads fairness:
|
Threads fairness:
|
||||||
events (avg/stddev): 6838671.0000/0.00
|
events (avg/stddev): 7814670.0000/0.00
|
||||||
execution time (avg/stddev): 294.6149/0.00
|
execution time (avg/stddev): 292.1211/0.00
|
||||||
|
|
||||||
```
|
```
|
||||||
The above is single-threaded. The following uses 32 threads.
|
The above is single-threaded. The following uses 32 threads.
|
||||||
|
|
Loading…
Reference in a new issue