Apache Portable Runtime Utility Library
Data Fields

apr_redis_stats_t Struct Reference

Data Fields

apr_uint32_t major
apr_uint32_t minor
apr_uint32_t patch
apr_uint32_t process_id
apr_uint32_t uptime_in_seconds
apr_uint32_t arch_bits
apr_uint32_t connected_clients
apr_uint32_t blocked_clients
apr_uint64_t maxmemory
apr_uint64_t used_memory
apr_uint64_t total_system_memory
apr_uint64_t total_connections_received
apr_uint64_t total_commands_processed
apr_uint64_t rejected_connections
apr_uint64_t total_net_input_bytes
apr_uint64_t total_net_output_bytes
apr_uint64_t keyspace_hits
apr_uint64_t keyspace_misses
apr_redis_server_role_t role
apr_uint32_t connected_slaves
apr_uint32_t used_cpu_sys
apr_uint32_t used_cpu_user
apr_uint32_t cluster_enabled

Field Documentation

Bitsize of the arch on the current machine

Number of blocked clients

Is cluster enabled

Number of connected clients

Number of connected slave

Keyspace hits

Keyspace misses

Major version number of this server

Max memory of this server

Minor version number of this server

Patch version number of this server

Process id of this server process

Total commands rejected

Role

Total commands processed

Total connections received

Total net input bytes

Total net output bytes

Total memory available on this server

Number of seconds this server has been running

Accumulated CPU user time for this process

Accumulated CPU system time for this process

Amount of used memory


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines