mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
b6684d90ba
commit
34afc5d063
|
@ -173,28 +173,28 @@ Threads started!
|
||||||
|
|
||||||
|
|
||||||
File operations:
|
File operations:
|
||||||
reads/s: 924.45
|
reads/s: 795.34
|
||||||
writes/s: 616.31
|
writes/s: 530.23
|
||||||
fsyncs/s: 1973.16
|
fsyncs/s: 1697.44
|
||||||
|
|
||||||
Throughput:
|
Throughput:
|
||||||
read, MiB/s: 924.45
|
read, MiB/s: 795.34
|
||||||
written, MiB/s: 616.31
|
written, MiB/s: 530.23
|
||||||
|
|
||||||
General statistics:
|
General statistics:
|
||||||
total time: 60.0039s
|
total time: 60.0231s
|
||||||
total number of events: 210726
|
total number of events: 181327
|
||||||
|
|
||||||
Latency (ms):
|
Latency (ms):
|
||||||
min: 0.02
|
min: 0.02
|
||||||
avg: 0.28
|
avg: 0.33
|
||||||
max: 74.42
|
max: 99.22
|
||||||
95th percentile: 1.25
|
95th percentile: 1.44
|
||||||
sum: 59733.20
|
sum: 59788.21
|
||||||
|
|
||||||
Threads fairness:
|
Threads fairness:
|
||||||
events (avg/stddev): 210726.0000/0.00
|
events (avg/stddev): 181327.0000/0.00
|
||||||
execution time (avg/stddev): 59.7332/0.00
|
execution time (avg/stddev): 59.7882/0.00
|
||||||
|
|
||||||
```
|
```
|
||||||
The above is single-threaded. The following uses 16 threads.
|
The above is single-threaded. The following uses 16 threads.
|
||||||
|
@ -226,29 +226,28 @@ Threads started!
|
||||||
|
|
||||||
|
|
||||||
File operations:
|
File operations:
|
||||||
reads/s: 1725.94
|
reads/s: 1618.58
|
||||||
writes/s: 1150.83
|
writes/s: 1079.31
|
||||||
fsyncs/s: 3715.03
|
fsyncs/s: 3486.62
|
||||||
|
|
||||||
Throughput:
|
Throughput:
|
||||||
read, MiB/s: 1725.94
|
read, MiB/s: 1618.58
|
||||||
written, MiB/s: 1150.83
|
written, MiB/s: 1079.31
|
||||||
|
|
||||||
General statistics:
|
General statistics:
|
||||||
total time: 60.0184s
|
total time: 60.0219s
|
||||||
total number of events: 393592
|
total number of events: 369169
|
||||||
|
|
||||||
Latency (ms):
|
Latency (ms):
|
||||||
min: 0.02
|
min: 0.03
|
||||||
avg: 2.43
|
avg: 2.60
|
||||||
max: 473.23
|
max: 474.68
|
||||||
95th percentile: 10.27
|
95th percentile: 11.45
|
||||||
sum: 958314.10
|
sum: 958363.30
|
||||||
|
|
||||||
Threads fairness:
|
Threads fairness:
|
||||||
events (avg/stddev): 24599.5000/199.20
|
events (avg/stddev): 23073.0625/278.14
|
||||||
execution time (avg/stddev): 59.8946/0.01
|
execution time (avg/stddev): 59.8977/0.01
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Sysbench Result Analysis
|
##### Sysbench Result Analysis
|
||||||
|
|
Loading…
Reference in a new issue