Listing cached urls

Shibashish shib4u at gmail.com
Fri Sep 2 10:25:32 CEST 2011


On Fri, Sep 2, 2011 at 1:46 PM, Albuquerque Rui <saiaman01 at gmail.com> wrote:

> Hello,
> i'm trying to find out how to list ( varnishlog ) or stat ( varnishtop )
> the urls that are cached or not .... Any idea ?
>
> Thanks a lot
>
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>

varnishtop -b -i TxURL
... shows real time top-urls being sent to backend servers.

varnishlog -b -o
Only list backend traffic.

varnishlog -b -o -i TxURL
List URLS going to a backend.


ShiB.
while ( ! ( succeed = try() ) );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20110902/553b1d75/attachment-0003.html>


More information about the varnish-misc mailing list