Apache HTTPD
Public Attributes | List of all members
apr_memcache_stats_t Struct Reference

#include <apr_memcache.h>

Public Attributes

const charversion
 
apr_uint32_t pid
 
apr_uint32_t uptime
 
apr_time_t time
 
apr_uint32_t pointer_size
 
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 evictions
 
apr_uint64_t bytes_read
 
apr_uint64_t bytes_written
 
apr_uint32_t limit_maxbytes
 
apr_uint32_t threads
 

Detailed Description

Definition at line 378 of file apr_memcache.h.

Member Data Documentation

◆ bytes

apr_uint64_t apr_memcache_stats_t::bytes

Current number of bytes used by this server to store items

Definition at line 399 of file apr_memcache.h.

◆ bytes_read

apr_uint64_t apr_memcache_stats_t::bytes_read

Total number of bytes read by this server

Definition at line 418 of file apr_memcache.h.

◆ bytes_written

apr_uint64_t apr_memcache_stats_t::bytes_written

Total number of bytes sent by this server

Definition at line 420 of file apr_memcache.h.

◆ cmd_get

apr_uint32_t apr_memcache_stats_t::cmd_get

Cumulative number of retrieval requests

Definition at line 407 of file apr_memcache.h.

◆ cmd_set

apr_uint32_t apr_memcache_stats_t::cmd_set

Cumulative number of storage requests

Definition at line 409 of file apr_memcache.h.

◆ connection_structures

apr_uint32_t apr_memcache_stats_t::connection_structures

Number of connection structures allocated by the server

Definition at line 405 of file apr_memcache.h.

◆ curr_connections

apr_uint32_t apr_memcache_stats_t::curr_connections

Number of open connections

Definition at line 401 of file apr_memcache.h.

◆ curr_items

apr_uint32_t apr_memcache_stats_t::curr_items

Current number of items stored by the server

Definition at line 395 of file apr_memcache.h.

◆ evictions

apr_uint64_t apr_memcache_stats_t::evictions

Number of items removed from cache because they passed their expiration time

Definition at line 416 of file apr_memcache.h.

◆ get_hits

apr_uint32_t apr_memcache_stats_t::get_hits

Number of keys that have been requested and found present

Definition at line 411 of file apr_memcache.h.

◆ get_misses

apr_uint32_t apr_memcache_stats_t::get_misses

Number of items that have been requested and not found

Definition at line 413 of file apr_memcache.h.

◆ limit_maxbytes

apr_uint32_t apr_memcache_stats_t::limit_maxbytes

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

Definition at line 422 of file apr_memcache.h.

◆ pid

apr_uint32_t apr_memcache_stats_t::pid

Process id of this server process

Definition at line 383 of file apr_memcache.h.

◆ pointer_size

apr_uint32_t apr_memcache_stats_t::pointer_size

The size of a pointer on the current machine

Definition at line 389 of file apr_memcache.h.

◆ rusage_system

apr_time_t apr_memcache_stats_t::rusage_system

Accumulated system time for this process

Definition at line 393 of file apr_memcache.h.

◆ rusage_user

apr_time_t apr_memcache_stats_t::rusage_user

Accumulated user time for this process

Definition at line 391 of file apr_memcache.h.

◆ threads

apr_uint32_t apr_memcache_stats_t::threads

Number of threads the server is running (if built with threading)

Definition at line 424 of file apr_memcache.h.

◆ time

apr_time_t apr_memcache_stats_t::time

current UNIX time according to the server

Definition at line 387 of file apr_memcache.h.

◆ total_connections

apr_uint32_t apr_memcache_stats_t::total_connections

Total number of connections opened since the server started running

Definition at line 403 of file apr_memcache.h.

◆ total_items

apr_uint32_t apr_memcache_stats_t::total_items

Total number of items stored by this server

Definition at line 397 of file apr_memcache.h.

◆ uptime

apr_uint32_t apr_memcache_stats_t::uptime

Number of seconds this server has been running

Definition at line 385 of file apr_memcache.h.

◆ version

const char* apr_memcache_stats_t::version

Version string of this server

Definition at line 381 of file apr_memcache.h.


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