Re: logging request time

2012-11-30 Thread Klaus Brunner
Hi, I've had the same issue, and I've hacked a few lines to add a %D flag (similar to Apache's) to varnishncsa in 3.0.3. See: https://gist.github.com/4175582 It seems to work, but please note that my C skills are fairly rusty and this has not been tested thoroughly yet, so I'm not quite ready to

Re: logging request time

2012-11-19 Thread Hettwer, Marian
On 19.11.12 12:55, Tollef Fog Heen tfh...@varnish-software.com wrote: ]] Vladimir Stavrinov It should be done not by external tools, but by varnish itself like other web or proxy servers are doing. And I don't understand why this simple and necessary thing is not implemented yet. You're

Re: logging request time

2012-11-08 Thread Vladimir Stavrinov
On Wed, Oct 31, 2012 at 10:05:52PM +0100, Jorge NerĂ­n wrote: Well, currently I use an indirect method, the ss utility a quick'n'dirty perl one liner: ss -i -t 'sport = :80' |perl -e 'while () { if (m/send (.*?)([M|K|]bps) /){ ($s,$u)=($1,$2); $s=$s*100 if (Mbps eq $u);

Re: logging request time

2012-10-25 Thread Vladimir Stavrinov
On Wed, Oct 24, 2012 at 10:17:46AM +0200, Tollef Fog Heen wrote: There's currently no support for the time for the full request. You can There are some times data in ReqStart ReqEnd tags of shared memory log. May be there some variables exists to get those data? use