Public Attributes | |
unsigned long long | wrongAnswerCount |
Wrong response counter. | |
unsigned long long | correctAnswerCount |
Correct response counter. | |
unsigned long long | hitCount |
Get responses returning object counter. | |
unsigned long long | missCount |
Get responses returning no object counter. | |
unsigned long long | sentSetsCount |
Sent set requests counter. | |
unsigned long long | sentGetsCount |
Sent get requests counter. | |
unsigned long long | storedCount |
STORED responses counter. | |
unsigned long long | notStoredCount |
NOT STORED responses counter. | |
double | totalTime |
Total time spent on since started sending requests to server. | |
double | totalSetResponseTime |
Accumulated time between set request sent and response received. | |
double | totalGetResponseTime |
Accumulated time between get request sent and response received. |
Time measurements are kept here as well.
Definition at line 62 of file client.c.