mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Benchmarks from jinleileiking (markdown)
parent
012d9969b5
commit
fe5146c1d2
|
@ -1,3 +1,75 @@
|
|||
# 1 region
|
||||
|
||||
|
||||
|
||||
env:
|
||||
|
||||
* 2 pc E5_2630@2.30GHz * 2
|
||||
* DELL_SAS2.5_600G * 2
|
||||
* RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt] (rev 05)
|
||||
* raid 10
|
||||
* 128G mem
|
||||
* run benchmark from 1pc
|
||||
|
||||
|
||||
|
||||
# ./weed benchmark -server 10.4.23.115:9666 -n 10000 -size 1000000 -c 10
|
||||
|
||||
Concurrency Level: 100
|
||||
Time taken for tests: 6.808 seconds
|
||||
Complete requests: 10000
|
||||
Failed requests: 0
|
||||
Total transferred: 10000315338 bytes
|
||||
Requests per second: 1468.89 [#/sec]
|
||||
Transfer rate: 1434508.39 [Kbytes/sec]
|
||||
|
||||
Connection Times (ms)
|
||||
min avg max std
|
||||
Total: 7.5 67.6 730.1 66.6
|
||||
|
||||
Percentage of the requests served within a certain time (ms)
|
||||
50% 51.0 ms
|
||||
66% 72.0 ms
|
||||
75% 84.5 ms
|
||||
80% 93.2 ms
|
||||
90% 126.8 ms
|
||||
95% 208.6 ms
|
||||
98% 286.5 ms
|
||||
99% 345.1 ms
|
||||
100% 730.1 ms
|
||||
|
||||
|
||||
|
||||
# ./weed benchmark -server 10.4.23.115:9666 -n 10000 -size 1000000
|
||||
|
||||
```
|
||||
Concurrency Level: 16
|
||||
Time taken for tests: 8.523 seconds
|
||||
Complete requests: 10000
|
||||
Failed requests: 0
|
||||
Total transferred: 10000317165 bytes
|
||||
Requests per second: 1173.36 [#/sec]
|
||||
Transfer rate: 1145892.52 [Kbytes/sec]
|
||||
|
||||
Connection Times (ms)
|
||||
min avg max std
|
||||
Total: 7.7 13.6 49.1 2.9
|
||||
|
||||
Percentage of the requests served within a certain time (ms)
|
||||
50% 13.2 ms
|
||||
66% 14.2 ms
|
||||
75% 14.9 ms
|
||||
80% 15.4 ms
|
||||
90% 17.0 ms
|
||||
95% 18.5 ms
|
||||
98% 20.6 ms
|
||||
99% 22.3 ms
|
||||
100% 49.1 ms
|
||||
```
|
||||
|
||||
|
||||
# 2 region
|
||||
|
||||
env:
|
||||
|
||||
* 3 pc E5_2630@2.30GHz * 2
|
||||
|
@ -5,6 +77,7 @@ env:
|
|||
* RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt] (rev 05)
|
||||
* raid 10
|
||||
* 128G mem
|
||||
* 2 data region
|
||||
* run benchmark from 1pc ( I have not got the 4)
|
||||
* cmd`weed benchmark -server 10.64.7.106:9666 -size 1000000 -n 10000` rep:000
|
||||
|
||||
|
|
Loading…
Reference in a new issue