Searched defs:server_statistic (Results 1 – 1 of 1) sorted by relevance
76 struct server_statistic { struct77 unsigned long long cnt; /* request received */78 unsigned long long max; /* max processing time */79 unsigned long long total; /* total processing time */80 unsigned long long snd_cnt; /* resp send to client */81 unsigned long long snd_fail_cnt; /* send resp to client failed cnt */