mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
19084d8791
commit
9282522bb4
|
@ -170,28 +170,28 @@ Threads started!
|
|||
|
||||
|
||||
File operations:
|
||||
reads/s: 1133.17
|
||||
writes/s: 755.46
|
||||
fsyncs/s: 2418.95
|
||||
reads/s: 958.24
|
||||
writes/s: 638.84
|
||||
fsyncs/s: 2045.67
|
||||
|
||||
Throughput:
|
||||
read, MiB/s: 1133.17
|
||||
written, MiB/s: 755.46
|
||||
read, MiB/s: 958.24
|
||||
written, MiB/s: 638.84
|
||||
|
||||
General statistics:
|
||||
total time: 60.0049s
|
||||
total number of events: 258353
|
||||
total time: 60.0045s
|
||||
total number of events: 218458
|
||||
|
||||
Latency (ms):
|
||||
min: 0.02
|
||||
avg: 0.23
|
||||
max: 192.95
|
||||
95th percentile: 0.92
|
||||
sum: 59746.68
|
||||
avg: 0.27
|
||||
max: 166.61
|
||||
95th percentile: 1.01
|
||||
sum: 59775.56
|
||||
|
||||
Threads fairness:
|
||||
events (avg/stddev): 258353.0000/0.00
|
||||
execution time (avg/stddev): 59.7467/0.00
|
||||
events (avg/stddev): 218458.0000/0.00
|
||||
execution time (avg/stddev): 59.7756/0.00
|
||||
|
||||
```
|
||||
The above is single-threaded. The following uses 16 threads.
|
||||
|
@ -223,28 +223,28 @@ Threads started!
|
|||
|
||||
|
||||
File operations:
|
||||
reads/s: 2219.10
|
||||
writes/s: 1479.62
|
||||
fsyncs/s: 4766.67
|
||||
reads/s: 2152.89
|
||||
writes/s: 1435.49
|
||||
fsyncs/s: 4625.57
|
||||
|
||||
Throughput:
|
||||
read, MiB/s: 2219.10
|
||||
written, MiB/s: 1479.62
|
||||
read, MiB/s: 2152.89
|
||||
written, MiB/s: 1435.49
|
||||
|
||||
General statistics:
|
||||
total time: 60.0423s
|
||||
total number of events: 506245
|
||||
total time: 60.0198s
|
||||
total number of events: 490963
|
||||
|
||||
Latency (ms):
|
||||
min: 0.03
|
||||
avg: 1.89
|
||||
max: 272.82
|
||||
95th percentile: 7.98
|
||||
sum: 958926.66
|
||||
avg: 1.95
|
||||
max: 215.50
|
||||
95th percentile: 9.22
|
||||
sum: 958761.77
|
||||
|
||||
Threads fairness:
|
||||
events (avg/stddev): 31640.3125/259.62
|
||||
execution time (avg/stddev): 59.9329/0.01
|
||||
events (avg/stddev): 30685.1875/161.07
|
||||
execution time (avg/stddev): 59.9226/0.00
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue