Find timestamp in log

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Jan 15 13:06:36 CET 2008


In message <hnaf7m28jhrk74n.150120081304 at torlen.net>, Erik writes:
>Im doing a POST request against my varnishserver and getting a very long wait time until the response is received by the client.
>
>As I understand by the vcl man the POST requests are all piped, right?
>
>Anyway, I was looking for some timestamp in the log to understand where the request hangs.
>
>Is their any line in the log where I can see the timestamp/time?

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.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-misc mailing list