<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks a lot Dridi!<div class=""><br class=""></div><div class="">That makes sense :)</div><div class=""><br class=""></div><div class="">To answer your 2nd question, I would have liked to see this documented as follows:</div><div class=""><div class=""><br class=""></div><div class=""><a href="http://www.varnish-cache.org/docs/4.1/reference/varnish-counters.html" class="">http://www.varnish-cache.org/docs/4.1/reference/varnish-counters.html</a> - in the n_gunzip section (i.e. includes the.. )<br class=""><div class=""><br class=""></div><div class=""><a href="https://www.varnish-cache.org/docs/4.1/reference/vsl.html" class="">https://www.varnish-cache.org/docs/4.1/reference/vsl.html</a> - in the Gzip tag section</div><div class=""><br class=""></div><div class=""><a href="https://varnish-cache.org/docs/4.1/phk/gzip.html" class="">https://varnish-cache.org/docs/4.1/phk/gzip.html</a> - and here.. </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks for your hard work on this cool product guys!</div><div class=""><div class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class="">--<br class=""><b class="">Vlad Rusu</b><br class="">skypeid: rusu.h.vlad | cell: +40758066019<br class=""><br class="">Lola Tech | <a href="https://lola.tech" class="">lola.tech</a></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 06 Jan 2017, at 15:07, Dridi Boukelmoune <<a href="mailto:dridi@varni.sh" class="">dridi@varni.sh</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Fri, Jan 6, 2017 at 10:28 AM, Vlad Rusu <<a href="mailto:vlad.rusu@lola.tech" class="">vlad.rusu@lola.tech</a>> wrote:<br class=""><blockquote type="cite" class="">Hi guys,<br class=""><br class=""><a href="https://www.varnish-cache.org/docs/4.1/reference/vsl.html" class="">https://www.varnish-cache.org/docs/4.1/reference/vsl.html</a><br class=""><br class="">Gzip tag, in the format section, shows a possible flag of ‘u’ representing a<br class="">Gunzip-test<br class=""><br class="">In my varnishstat output I see how MAIN.n_gunzip equals (roughly)<br class="">MAIN.backend_req<br class=""><br class=""><br class="">Looking at the Gzip tag, I see the following for every backend request:<br class=""><br class="">Gzip           u F - 70 55 80 80 489<br class=""><br class=""><br class="">Can someone help me understand what a Gunzip-test means / does? It sure gets<br class="">counted against MAIN.n_gunzip.<br class=""></blockquote><br class="">Hello Vlad,<br class=""><br class="">The gunzip test is performed when an already-gzipped backend response<br class="">is inserted in the cache. It is inflated in a black-hole, only to make sure<br class="">that the object being fetched is proper gzip.<br class=""><br class=""><blockquote type="cite" class="">Am not attaching the VCL or a full varnishstat as I don’t think it makes<br class="">sense. Each backend sends gzipped data back to Varnish and each client<br class="">requests for gzipped data from Varnish..<br class=""></blockquote><br class="">For each gzipped backend response, you will see this behavior (u flag<br class="">in logs, and counter increment). There is no separate counter for test<br class="">gunzip vs regular gunzip, although some of us would like to make the<br class="">distinction.<br class=""><br class="">As an end-user, how and where would this be best documented in your<br class="">opinion?<br class=""><br class="">Best Regards,<br class="">Dridi<br class=""></div></div></blockquote></div><br class=""></div></div></div></body></html>