On Thu, 23 Jun 2011 02:34:10 +0200, Jonathan Hursey <jonathan.hursey at adrevolution.com> wrote: > I'm trying to figure out how to capture the "worker threads limited" > count Try: varnishstat -1 | grep 'worker threads limited' | awk '{ print $2 }' -- Cosimo