Reputation: 1636
i am looking for a way to iterate over the whole cache and get a list of object URL's - that are currently inside the storage.
is there any varnish command i am missing. or does anyone have a good starting poiunt for iterating over objects from within a vmod?
regards
Upvotes: 5
Views: 7229
Reputation: 91
with this command, you see hit and miss
varnishncsa -F '%U%q %{Varnish:hitmiss}x'
Upvotes: 6