#include <apr_memcache.h>
Data Fields | |
const char * | version |
apr_uint32_t | pid |
apr_uint32_t | uptime |
apr_time_t | time |
apr_time_t | rusage_user |
apr_time_t | rusage_system |
apr_uint32_t | curr_items |
apr_uint32_t | total_items |
apr_uint64_t | bytes |
apr_uint32_t | curr_connections |
apr_uint32_t | total_connections |
apr_uint32_t | connection_structures |
apr_uint32_t | cmd_get |
apr_uint32_t | cmd_set |
apr_uint32_t | get_hits |
apr_uint32_t | get_misses |
apr_uint64_t | bytes_read |
apr_uint64_t | bytes_written |
apr_uint32_t | limit_maxbytes |
|
Current number of bytes used by this server to store items |
|
Total number of bytes read by this server |
|
Total number of bytes sent by this server |
|
Cumulative number of retrieval requests |
|
Cumulative number of storage requests |
|
Number of connection structures allocated by the server |
|
Number of open connections |
|
Current number of items stored by the server |
|
Number of keys that have been requested and found present |
|
Number of items that have been requested and not found |
|
Number of bytes this server is allowed to use for storage. |
|
Process id of this server process |
|
Accumulated system time for this process |
|
Accumulated user time for this process |
|
current UNIX time according to the server |
|
Total number of connections opened since the server started running |
|
Total number of items stored by this server |
|
Number of seconds this server has been running |
|
Version string of this server |