Searched defs:server_statistic (Results 1 – 1 of 1) sorted by relevance
92 struct server_statistic { struct93 unsigned long long cnt; /* request received */94 unsigned long long max; /* max processing time */95 unsigned long long total; /* total processing time */96 unsigned long long snd_cnt; /* resp send to client */97 unsigned long long snd_fail_cnt; /* send resp to client failed cnt */