|
| 1 | +# Streaming Upload |
| 2 | + |
| 3 | +# ab Results |
| 4 | + |
| 5 | +The filesize was 82078050 bytes. |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +## concurrent requests |
| 11 | + |
| 12 | +``` |
| 13 | +bundle exec falcon host ./falcon.rb |
| 14 | +``` |
| 15 | + |
| 16 | + |
| 17 | +``` |
| 18 | +This is ApacheBench, Version 2.3 <$Revision: 1879490 $> |
| 19 | +Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ |
| 20 | +Licensed to The Apache Software Foundation, http://www.apache.org/ |
| 21 | + |
| 22 | +Benchmarking localhost (be patient).....done |
| 23 | + |
| 24 | + |
| 25 | +Server Software: |
| 26 | +Server Hostname: localhost |
| 27 | +Server Port: 9292 |
| 28 | + |
| 29 | +Document Path: / |
| 30 | +Document Length: 100 bytes |
| 31 | + |
| 32 | +Concurrency Level: 20 |
| 33 | +Time taken for tests: 7.873 seconds |
| 34 | +Complete requests: 100 |
| 35 | +Failed requests: 9 |
| 36 | + (Connect: 0, Receive: 0, Length: 9, Exceptions: 0) |
| 37 | +Total transferred: 16280 bytes |
| 38 | +Total body sent: 8628660682 |
| 39 | +HTML transferred: 9989 bytes |
| 40 | +Requests per second: 12.70 [#/sec] (mean) |
| 41 | +Time per request: 1574.576 [ms] (mean) |
| 42 | +Time per request: 78.729 [ms] (mean, across all concurrent requests) |
| 43 | +Transfer rate: 2.02 [Kbytes/sec] received |
| 44 | + 1070310.40 kb/s sent |
| 45 | + 1070312.42 kb/s total |
| 46 | + |
| 47 | +Connection Times (ms) |
| 48 | + min mean[+/-sd] median max |
| 49 | +Connect: 0 56 44.6 52 141 |
| 50 | +Processing: 296 1384 725.4 1159 4456 |
| 51 | +Waiting: 33 126 89.2 121 886 |
| 52 | +Total: 297 1440 720.8 1236 4464 |
| 53 | + |
| 54 | +Percentage of the requests served within a certain time (ms) |
| 55 | + 50% 1236 |
| 56 | + 66% 1458 |
| 57 | + 75% 1627 |
| 58 | + 80% 1711 |
| 59 | + 90% 2020 |
| 60 | + 95% 3883 |
| 61 | + 98% 4463 |
| 62 | + 99% 4464 |
| 63 | + 100% 4464 (longest request) |
| 64 | +``` |
| 65 | + |
| 66 | +EOFError errors cause the failed uploads....have to figure out why. |
0 commit comments