statistics Struct Reference

Contains statistics such as how many requests of set/get type were performed and their results. More...

List of all members.

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.


Detailed Description

Contains statistics such as how many requests of set/get type were performed and their results.

Time measurements are kept here as well.

Definition at line 62 of file client.c.


The documentation for this struct was generated from the following files:

Generated on Fri Jan 8 10:38:13 2010 for dreamcache by  doxygen 1.5.5