Main Page | Modules | Data Structures | File List | Data Fields | Globals

apr_memcache_stats_t Struct Reference
[Memcached Client Routines]

#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


Field Documentation

apr_uint64_t apr_memcache_stats_t::bytes
 

Current number of bytes used by this server to store items

apr_uint64_t apr_memcache_stats_t::bytes_read
 

Total number of bytes read by this server

apr_uint64_t apr_memcache_stats_t::bytes_written
 

Total number of bytes sent by this server

apr_uint32_t apr_memcache_stats_t::cmd_get
 

Cumulative number of retrieval requests

apr_uint32_t apr_memcache_stats_t::cmd_set
 

Cumulative number of storage requests

apr_uint32_t apr_memcache_stats_t::connection_structures
 

Number of connection structures allocated by the server

apr_uint32_t apr_memcache_stats_t::curr_connections
 

Number of open connections

apr_uint32_t apr_memcache_stats_t::curr_items
 

Current number of items stored by the server

apr_uint32_t apr_memcache_stats_t::get_hits
 

Number of keys that have been requested and found present

apr_uint32_t apr_memcache_stats_t::get_misses
 

Number of items that have been requested and not found

apr_uint32_t apr_memcache_stats_t::limit_maxbytes
 

Number of bytes this server is allowed to use for storage.

apr_uint32_t apr_memcache_stats_t::pid
 

Process id of this server process

apr_time_t apr_memcache_stats_t::rusage_system
 

Accumulated system time for this process

apr_time_t apr_memcache_stats_t::rusage_user
 

Accumulated user time for this process

apr_time_t apr_memcache_stats_t::time
 

current UNIX time according to the server

apr_uint32_t apr_memcache_stats_t::total_connections
 

Total number of connections opened since the server started running

apr_uint32_t apr_memcache_stats_t::total_items
 

Total number of items stored by this server

apr_uint32_t apr_memcache_stats_t::uptime
 

Number of seconds this server has been running

const char* apr_memcache_stats_t::version
 

Version string of this server


The documentation for this struct was generated from the following file:
Generated on Fri Dec 10 15:07:10 2004 for apr_memcache by doxygen 1.3.7