Hi there, Is it possible to monitor the size of the backlog queue (number of incoming requests waiting for a worker to handle the request)? And the max wait time?
I'm looking for stats similar to pgbouncer's 'show pools' http://pgbouncer.projects.postgresql.org/doc/usage.html As stated in pgbouncer's doc: maxwait == How long the first (oldest) client in queue has waited, in seconds. If this starts increasing, then the current pool of servers does not handle requests quick enough. Reason may be either overloaded server or just too small of a pool_size setting. Thanks, -- Jean-Baptiste Quenot _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
