0

I'm trying to generate a simple list of url's that get a 'PASS' from Varnish. varnishlog is a great utility, but it appears that it can't do this task, as it primarily logs HITS, and has no tag for PASS.

Any idea if there is a way to log this? Perhaps in vcl_pass subroutine?

Doomsday
  • 2,650
  • 25
  • 33
samtresler
  • 663
  • 1
  • 7
  • 8
  • Your question is misleading: you have several kind of "pass", and the one you're seeking seems to be the number of "fetch" instead ? – Doomsday Aug 30 '12 at 12:42

1 Answers1

0

Nevermind... I got it.

varnishlog -b -k 5000 -i TxURL

samtresler
  • 663
  • 1
  • 7
  • 8