Status: added requests count.

This commit is contained in:
Zhidao HONG
2022-08-29 14:32:20 +08:00
parent ce26dd729e
commit 3ea113fcb7
5 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
uint64_t accepted_conns;
uint64_t idle_conns;
uint64_t closed_conns;
uint64_t requests;
size_t apps_count;
nxt_status_app_t apps[];