report per-core requests in stats

This commit is contained in:
roberto@quantal64
2012-08-30 20:16:34 +02:00
parent 26d0d8dfdc
commit 5261a9fed5
+3
View File
@@ -933,6 +933,9 @@ void uwsgi_send_stats(int fd) {
if (uwsgi_stats_keylong_comma(us, "id", (unsigned long long) j))
goto end0;
if (uwsgi_stats_keylong_comma(us, "requests", (unsigned long long) uc->requests))
goto end0;
if (uwsgi_stats_keylong(us, "in_request", (unsigned long long) uc->in_request))
goto end0;