Use varnishlog to find hosts which cause most hits
If your Varnish powered server is under constant load and you are wondering who causes that varnishlog is a helpful tool.
Start off by logging IP addresses for a while.
varnishlog -c -i RxHeader -I X-Forwarded-For > varnish.log
After you have collected enough information use the following line to find out which IP caused the most …