<div dir="ltr">Thanks Thomas. <div><br></div><div>How can I maintain a counter per url. In <font face="monospace, monospace">vcl_deliver</font> <font face="monospace, monospace">obj.hits</font> will again give me the overall hits.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 30, 2016 at 4:01 PM, Thomas Lecomte <span dir="ltr"><<a href="mailto:thomas.lecomte@virtual-expo.com" target="_blank">thomas.lecomte@virtual-expo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Apr 30, 2016 at 12:19 PM, Debraj Manna <<a href="mailto:subharaj.manna@gmail.com">subharaj.manna@gmail.com</a>> wrote:<br>
> Right now we were able to get varnish stats like cache_hit, cache_miss for<br>
> the overall varnish hits. Is there a way we can get the stats at the url<br>
> level like cache_hit, cache_miss, etc for /discovery/v1/search,<br>
> /discovery/v1/suggest  separately?<br>
<br>
</span>Hi,<br>
<br>
Varnish can't do that out of the box. You will have to use std.log()<br>
to log wether the request generated a cache miss or a cache hit, and<br>
then compute the ratio by parsing the output of varnishlog/varnishncsa<br>
(see %{VCL_log:key}x in the varnishncsa manpage).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Thomas Lecomte / Virtual Expo<br>
</font></span></blockquote></div><br></div>