On Fri, Sep 2, 2011 at 1:46 PM, Albuquerque Rui <[email protected]> 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
> [email protected]
> 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() ) );
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to