Searched defs:client_statistic (Results 1 – 1 of 1) sorted by relevance
84 struct client_statistic { struct85 unsigned long long snd_cnt; /* request send to server */86 unsigned long long resp_cnt; /* response receive from server */87 unsigned long long timeout_cnt; /* no respone from server */88 unsigned long long delay_resp_cnt; /* delay response from server */89 unsigned long long max; /* max waiting time */90 unsigned long long total; /* total waiting time */91 unsigned long long snd_fail_cnt; /* request send failed to server */