things to count: - number of client connections opened/closed - number of upstream connections opened/closed - number of requests served - number of cache hits - number of cache misses - number of cacheable cache misses (i.e GET requests) - can get counts of function calls (which map to socket events) from cProfile
things to count: