varnish + gatling http first read error: EOF

2016-09-21 Thread Tobias Honacker
Hi all, we are facing some issues trying to stresstest our oAuth App using Varnish 4.0.3 and Gatling Infra: LB -> Apache (SSL Offloading) + Varnish -> Appserver (Apache + Tomcat) Varnishlog: http://pastebin.com/tCWgi01H VCL: http://pastebin.com/cEdzAwxs tcpdump on our app server with 1 req/s

Is varnish agent is an open source what are the dependency so required

2016-09-21 Thread akshay accha
I am not able to install varnish-agent what dependencies are required and what is the procedure to install varnish-agent such that i already have varnish 4.1 installed and have ubuntu as os. I have the vagent2-master file in /etc/vagent2-master how to install varnish agent from here ?

Re: varnish + gatling http first read error: EOF

2016-09-21 Thread Guillaume Quintard
Look at varnishlog, and find the error in the log. And possibly look at a few BeReq before that. I've seen apache wrongly replying 304 with body. As Varnish expect no body, it bytes are read as the next request's headers, and as you can guess, that doesn't work well. You may be affected my a

Re: Is varnish agent is an open source what are the dependency so required

2016-09-21 Thread Guillaume Quintard
Are you using the ubuntu packages or compiling from source? -- Guillaume Quintard On Wed, Sep 21, 2016 at 12:31 PM, akshay accha wrote: > I am not able to install varnish-agent what dependencies are required and > what is the procedure to install varnish-agent such

Re: Is varnish agent is an open source what are the dependency so required

2016-09-21 Thread Guillaume Quintard
Try installing the varnish-agent package, it'll be much easier. Please, keep varnish-misc address in the CC when you reply. -- Guillaume Quintard On Wed, Sep 21, 2016 at 5:08 PM, akshay accha wrote: > Url for varnish agent I downloaded the master file from >

I have installed varnish-agent but it has some issues.

2016-09-21 Thread akshay accha
varnish-agent -H option is not working and when i type man varnish-agent the -H option is not there what might be the solution? ___ varnish-misc mailing list varnish-misc@varnish-cache.org https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc