1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00

Update README.md

This commit is contained in:
Chris Lu 2020-03-01 22:36:40 -08:00 committed by GitHub
parent 9434ebc298
commit b8ddf064c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,50 +461,49 @@ My Own Unscientific Single Machine Results on Mac Book with Solid State Disk, CP
Write 1 million 1KB file: Write 1 million 1KB file:
``` ```
Concurrency Level: 16 Concurrency Level: 16
Time taken for tests: 88.796 seconds Time taken for tests: 66.753 seconds
Complete requests: 1048576 Complete requests: 1048576
Failed requests: 0 Failed requests: 0
Total transferred: 1106764659 bytes Total transferred: 1106789009 bytes
Requests per second: 11808.87 [#/sec] Requests per second: 15708.23 [#/sec]
Transfer rate: 12172.05 [Kbytes/sec] Transfer rate: 16191.69 [Kbytes/sec]
Connection Times (ms) Connection Times (ms)
min avg max std min avg max std
Total: 0.2 1.3 44.8 0.9 Total: 0.3 1.0 84.3 0.9
Percentage of the requests served within a certain time (ms) Percentage of the requests served within a certain time (ms)
50% 1.1 ms 50% 0.8 ms
66% 1.3 ms 66% 1.0 ms
75% 1.5 ms 75% 1.1 ms
80% 1.7 ms 80% 1.2 ms
90% 2.1 ms 90% 1.4 ms
95% 2.6 ms 95% 1.7 ms
98% 3.7 ms 98% 2.1 ms
99% 4.6 ms 99% 2.6 ms
100% 44.8 ms 100% 84.3 ms
``` ```
Randomly read 1 million files: Randomly read 1 million files:
``` ```
Concurrency Level: 16 Concurrency Level: 16
Time taken for tests: 34.263 seconds Time taken for tests: 22.301 seconds
Complete requests: 1048576 Complete requests: 1048576
Failed requests: 0 Failed requests: 0
Total transferred: 1106762945 bytes Total transferred: 1106812873 bytes
Requests per second: 30603.34 [#/sec] Requests per second: 47019.38 [#/sec]
Transfer rate: 31544.49 [Kbytes/sec] Transfer rate: 48467.57 [Kbytes/sec]
Connection Times (ms) Connection Times (ms)
min avg max std min avg max std
Total: 0.0 0.5 20.7 0.7 Total: 0.0 0.3 54.1 0.2
Percentage of the requests served within a certain time (ms) Percentage of the requests served within a certain time (ms)
50% 0.4 ms 50% 0.3 ms
75% 0.5 ms 90% 0.4 ms
95% 0.6 ms 98% 0.6 ms
98% 0.8 ms 99% 0.7 ms
99% 1.2 ms 100% 54.1 ms
100% 20.7 ms
``` ```
[Back to TOC](#table-of-contents) [Back to TOC](#table-of-contents)