Searched defs:client_statistic (Results 1 – 1 of 1) sorted by relevance
100 struct client_statistic { struct101 unsigned long long snd_cnt; /* request send to server */102 unsigned long long resp_cnt; /* response receive from server */103 unsigned long long timeout_cnt; /* no respone from server */104 unsigned long long delay_resp_cnt; /* delay response from server */105 unsigned long long max; /* max waiting time */106 unsigned long long total; /* total waiting time */107 unsigned long long snd_fail_cnt; /* request send failed to server */