> Hi all, > > We're trying to more accurately measure request latency, and also debug a > few hanging requests. Is there any way to: > > - View which requests are currently in queue or being processed, by > each > worker or thread > - See the timestamp at which a request enters the queue >
just enable the stats server for getting infos about the current requests being processed. The queue is the socket queue so there are no infos in it (as there are no data to process). The frontend webserver may have that kind of informations but afaik there are no major webservers exposing it in real time. > Thanks! > Chung > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
