Helmut Januschka
Helmut Januschka

Reputation: 1636

Varnish List all URLS in Cache

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

Answers (1)

DavidPortella
DavidPortella

Reputation: 91

with this command, you see hit and miss

varnishncsa -F '%U%q %{Varnish:hitmiss}x'

Upvotes: 6

Related Questions