<div dir="ltr"><div>Hi,<br></div><div>I would like to extract response time information from Varnish 4.<br></div><div>By response time I mean time from delegation to backend to first byte from backend.</div><div>Last working module (timers: <a href="https://github.com/jib/libvmod-timers">https://github.com/jib/libvmod-timers</a>) was based on t_resp field in sess structure; req_response_time() function.<br></div><div>It was changed here <a href="https://github.com/varnish/Varnish-Cache/commit/c2043664d86377909145e1e54f84c58fc40858ad#diff-d615c3d3f4a6645649d338662fbd20f0L678">https://github.com/varnish/Varnish-Cache/commit/c2043664d86377909145e1e54f84c58fc40858ad#diff-d615c3d3f4a6645649d338662fbd20f0L678</a><br></div><div>I'm trying to find which filed contains that information in varnish4. Is anyone able to help?<br><br></div><div>Cheers,<br></div><div>Artur Sitarski<br></div></div>