On Thu, 23 Jun 2011 02:34:10 +0200, Jonathan Hursey <[email protected]> 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

_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to