Perhaps the most important performance metric is the hitrate.
Varnish routes it's incoming requests like this:
Hash, a cacheable request. This might be either hit or miss depending on the state of the cache.
Hitpass, a not cacheable request.
A hash with a miss and a hitpass will be fetched f...