20131203

Usefull varnish monitoring commands

varnishlog -c -m"VCL_call:hit" | grep RxURL
varnishlog -c -m"VCL_call:miss" | grep RxURL
varnishlog -a -w /tmp/varnish.log
varnishlog -r /tmp/varnish.log
varnishlog -i RxHeader -I Cookie

varnishtop -i RxHeader -I \^User-Agent
varnishtop -i RxRequest
varnishtop -i RxHeader -I \^Host
varnishtop -i RxHeader -I Cookie