As explained here Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP.
My question: Is there any way to read number of active (i.e. processing some request) gunicorn workers in realtime from command line without installing statsD? My server load average sometimes peaks and I want to see how many gunicorn workers are busy in that time?