Varnish Custom Counters archived python varnish
Proof-of-concept of a Python tool for aggregating custom log entries from the Varnish shared memory log.
A little exploration from 2014 into the Varnish shared memory log. The idea was to build a Curses UI for custom real-time metrics generated from VSL entries dumped from VCL using std.log(). Also an excuse to find a practical use case for the HyperLogLog data structure.