Re: Performance of h2 is better than h2c

2018-06-08 Thread prabhat
yes. Both are running in different machines. OS used is ubuntu 14.04 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280098,280100#msg-280100 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Performance of h2 is better than h2c

2018-06-08 Thread Peter Booth
Is your client running n a different host than your server? > On 8 Jun 2018, at 5:35 AM, prabhat wrote: > > I am taking performance data on nginx. > The client I used is h2load > > Request per second using h2 is much higher than h2c. But I think it should > not be as h2 is having the overhead o

Performance of h2 is better than h2c

2018-06-08 Thread prabhat
I am taking performance data on nginx. The client I used is h2load Request per second using h2 is much higher than h2c. But I think it should not be as h2 is having the overhead of ssl. I have used the command ./h2load https://xx.xx.xx.xx:4070 -n50 -c1000 -t50 --- h2 ./h2load http://xx.xx.x