> All my queries to our uWSGI stats server show workers as either idle
> or paused (during a graceful patch).  What are all the possible values
> for that field?  And, if any are not crystal clear, what do they mean?
>  Is there a doc for this somewhere?  Googling around has not unearthed
> one so far.
>
> thanks
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>

"idle" -> waiting for connection
"cheap" -> not running (cheaped)
"pause" -> paused (SIGTSTP)
"sig" -> running a signal handler
"busy" -> running a request

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to