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

ASF GitHub Bot commented on DISPATCH-2162:
------------------------------------------

asfgit closed pull request #1263:
URL: https://github.com/apache/qpid-dispatch/pull/1263


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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