On Fri, Jan 07, 2011 at 12:31:09PM +0100, George Georgovassilis wrote: > I wonder what the timestamp format in varnishlog is, i.e.: > > 18 ReqStart c 93.233.118.174 49556 988741896 > > I suspected that le last part (here: 988741896) is some kind of > multiplier to UTC [1] - though it doesn't seem to be any power of > 10.
You want to look at ReqEnd - which has normal epoch-time stamps. That ReqStart isn't all that useful in this regard. That's an XID, not a timestamp. http://www.varnish-cache.org/trac/wiki/Varnishlog has more information on ReqEnd. - Kristian _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
