I've configured my Varnish cache to use a cache size of 512 MB, using:
varnishd ... -s file,/var/cache/varnish.cache,512M
Questions:
- How do I monitor if 512 MB is too small, too big or okay?
- How do I get the current usage size of the cache?
- How do I see how often objects are removed from the cache due to the cache being full?