<div dir="ltr"><div>Hi<br><br></div><div>You can accomplish this by looking at SMF.s0.g_bytes and SMF.s0.g_space.<br></div><div><br>g_bytes is the amount of memory currently in use, g_space is what's available. The sum of the two will equal the configured storage size.<br>
<br></div><div>To get "fill level" as a percentage, do g_bytes / (g_bytes + g_space).<br><br></div><div>Regards,<br>Dag<br></div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 18, 2013 at 1:30 PM, Sascha Ottolski <span dir="ltr"><<a href="mailto:ottolski@web.de" target="_blank">ottolski@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Montag, 19. November 2012, 19:57:39 schrieben Sie:<br>
<div class="im">> Hi there,<br>
><br>
> I'm wondering how I can monitor the actual usage of the cache "space".<br>
> Previous versions of the Nagios plugin had a "usage" parameter, that<br>
> would spit out a fill level as a percentage. Seems seems to have gone<br>
> away. I tried to roll my own by simply dividing<br>
><br>
> SMF.s0.c_bytes (Bytes allocated) by SMF.s0.g_space (Bytes available)<br>
><br>
> However, I misunderstood the semantics, the latter value does give me<br>
> the amount of free space, not the total size of the cache file.<br>
><br>
> I could get the configured size from the config file<br>
><br>
>     VARNISH_STORAGE_SIZE=512676693.9k<br>
><br>
> or the commandline that is constructed from it<br>
><br>
>     -s file,/var/cache/varnish/store.bin,512676693.9k<br>
><br>
> but that feels a bit hacky to me. Any way to get that information from<br>
> the running instance?<br>
><br>
> Thanks in advance for any pointers<br>
><br>
> Sascha<br>
<br>
</div>Please allow me to try again, I would expect that I'm not the only one<br>
wanting to monitor the cache usage ratio, am I?<br>
<br>
Cheers<br>
<div class="HOEnZb"><div class="h5"><br>
Sascha<br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><table style="font-style:normal;font-weight:normal;font-size:12px;line-height:1.5em;font-family:'Helvetica Neue',Arial,sans-serif;color:#666666;width:550px;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;margin-top:20px;padding-top:5px;padding-bottom:5px" border="0" cellpadding="0" cellspacing="0">

<tbody><tr>
<td width="100">
<a href="http://www.varnish-software.com" target="_blank"><img src="http://www.varnish-software.com/static/media/logo-email.png" style="float:left;margin-left:10px"></a>
</td>
<td>
<b style="font-size:14px;color:#222222">Dag Haavi Finstad</b><br> 
Developer | Varnish Software AS<br> Phone: +47 21 98 92 60<br><span style="font-weight:bold">We Make Websites Fly!</span></td>
</tr>
</tbody></table>

</div></div>