mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Benchmarks from jinleileiking (markdown)
parent
14a0f4c587
commit
012d9969b5
|
@ -78,4 +78,37 @@ Transfer rate: 158388.25 [Kbytes/sec]
|
|||
Connection Times (ms)
|
||||
min avg max std
|
||||
Total: 8.0 606.1 3317.2 720.7
|
||||
```
|
||||
|
||||
|
||||
|
||||
# 1k test
|
||||
|
||||
`weed benchmark -server 10.64.7.106:9666 -n 10000 -c 100`
|
||||
|
||||
```
|
||||
------------ Writing Benchmark ----------
|
||||
Completed 7574 of 10000 requests, 75.7% 7573.6/s 7.6MB/s
|
||||
|
||||
Concurrency Level: 100
|
||||
Time taken for tests: 1.327 seconds
|
||||
Complete requests: 10000
|
||||
Failed requests: 0
|
||||
Total transferred: 10552563 bytes
|
||||
Requests per second: 7534.50 [#/sec]
|
||||
Transfer rate: 7764.48 [Kbytes/sec]
|
||||
|
||||
Connection Times (ms)
|
||||
min avg max std
|
||||
Total: 0.3 13.0 329.9 14.8
|
||||
|
||||
Percentage of the requests served within a certain time (ms)
|
||||
50% 1.1 ms
|
||||
66% 27.7 ms
|
||||
75% 27.8 ms
|
||||
90% 28.2 ms
|
||||
95% 28.7 ms
|
||||
98% 29.6 ms
|
||||
99% 55.0 ms
|
||||
100% 329.9 ms
|
||||
```
|
Loading…
Reference in a new issue