diff --git a/Benchmarks-from-jinleileiking.md b/Benchmarks-from-jinleileiking.md new file mode 100644 index 0000000..c80d9c0 --- /dev/null +++ b/Benchmarks-from-jinleileiking.md @@ -0,0 +1,58 @@ +env: + +* 3 pc 24core sata +* run benchmark from 1pc ( I have not got the 4) +* cmd`weed benchmark -server 10.64.7.106:9666 -size 1000000 -n 10000` + +write +``` +Concurrency Level: 16 +Time taken for tests: 141.200 seconds +Complete requests: 10000 +Failed requests: 0 +Total transferred: 10000313420 bytes +Requests per second: 70.82 [#/sec] +Transfer rate: 69163.65 [Kbytes/sec] + +Connection Times (ms) + min avg max std +Total: 7.8 225.6 1986.8 207.2 + +Percentage of the requests served within a certain time (ms) + 50% 198.9 ms + 66% 281.8 ms + 75% 337.8 ms + 80% 367.9 ms + 90% 476.7 ms + 95% 588.3 ms + 98% 763.7 ms + 99% 892.9 ms + 100% 1986.8 ms +``` + +read + +``` +Concurrency Level: 16 +Time taken for tests: 59.509 seconds +Complete requests: 10000 +Failed requests: 0 +Total transferred: 10000311600 bytes +Requests per second: 168.04 [#/sec] +Transfer rate: 164107.92 [Kbytes/sec] + +Connection Times (ms) + min avg max std +Total: 1.2 94.0 2507.3 152.9 + +Percentage of the requests served within a certain time (ms) + 50% 75.5 ms + 66% 90.7 ms + 75% 98.3 ms + 80% 102.9 ms + 90% 140.9 ms + 95% 344.9 ms + 98% 639.8 ms + 99% 834.7 ms + 100% 2507.3 ms +``` \ No newline at end of file