Find timestamp in log
Erik
duja at torlen.net
Tue Jan 15 16:46:31 CET 2008
Im using 1.1.2 from SF. I noticed in my log that the POST
request isn't piped, it is passed. Probably thats why the
request takes such a long time to finish.
I thought that all POST were piped auto like this?
if (req.request != "GET" && req.request != "HEAD") {
pipe;
}
Could you explain the values in the ReqEnd:
12 ReqEnd c 100929047 1200397302.365636110 1200397902.687728643 0.016155005 600.287691593 0.034400940
Thanks
Erik
----------- Poul-Henning Kamp wrote --------
Which version of varnish are you using ?
We can't really do much logging for a piped request, since all we
do is pass bytes back and forth.
For normal requests timestamps are in the ReqEnd record.
More information about the varnish-misc
mailing list