2012/10/19 David Montgomery <[email protected]>: > avg_rt average response time, this is constantly calculated after every request
> requests number of requests served since app startup > rss_size current real memory usage of each worker or whole app (combined rss_size of every worker) > tx bytes sent from app/worker to clients since startup > vsz_size virtual memory usage of each worker or whole app (combined vsz_size of every worker) -- Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
