[ 
https://issues.apache.org/jira/browse/DISPATCH-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371094#comment-17371094
 ] 

ASF subversion and git services commented on DISPATCH-2162:
-----------------------------------------------------------

Commit 962da1ede69f36ec5192a1e1c25e8f59b3c75949 in qpid-dispatch's branch 
refs/heads/dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.115.2 
from Ken Giusti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=962da1e ]

DISPATCH-2162: HTTP1/x adaptor - use larger I/O buffers

This closes #1263


> HTTP/1.x throughput is abysmal.
> -------------------------------
>
>                 Key: DISPATCH-2162
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2162
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Protocol Adaptors
>    Affects Versions: 1.16.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Critical
>              Labels: HTTP/1.x
>             Fix For: 1.17.0
>
>
> The throughput of the HTTP/1.x adaptor is so bad it is basically unusable.
> Using the _wrk_ HTTP load generator against an nginx server running in a 
> container and serving 10 KB response "pages":
>  
> $ ./wrk/wrk -c 16 -t 4 -d20s http://127.0.0.1:8080/t10K.html 
> Running 20s test @ http://127.0.0.1:8080/t10K.html 
>  4 threads and 16 connections 
>  Thread Stats Avg Stdev Max +/- Stdev 
>  Latency 554.12us 292.27us 13.51ms 86.10% 
>  Req/Sec 7.21k 1.57k 19.57k 77.90% 
>  575136 requests in 20.10s, 6.01GB read 
> Requests/sec: 28614.93 
> Transfer/sec: 306.00MB
>  
> Same test running across a single qdrouterd instance:
>  
> [kgiusti@localhost http1-perf (master)]$ ./wrk/wrk -c 16 -t 4 -d20s 
> http://127.0.0.1:8000/t10K.html 
> Running 20s test @ http://127.0.0.1:8000/t10K.html 
>  4 threads and 16 connections 
>  Thread Stats Avg Stdev Max +/- Stdev 
>  Latency 14.51ms 13.93ms 244.87ms 98.68% 
>  Req/Sec 302.50 39.30 370.00 76.13% 
>  23998 requests in 20.02s, 256.07MB read 
> Requests/sec: 1198.81 
> Transfer/sec: 12.79MB 
>  
> See 
> [https://github.com/kgiusti/dispatch-tester/tree/master/benchmarks/test-configurations/http1-perf]
>  for test setup details.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to