Apache2
|
#include <apr_redis.h>
apr_uint32_t apr_redis_stats_t::arch_bits |
Bitsize of the arch on the current machine
apr_uint32_t apr_redis_stats_t::blocked_clients |
Number of blocked clients
apr_uint32_t apr_redis_stats_t::cluster_enabled |
Is cluster enabled
apr_uint32_t apr_redis_stats_t::connected_clients |
Number of connected clients
apr_uint32_t apr_redis_stats_t::connected_slaves |
Number of connected slave
apr_uint64_t apr_redis_stats_t::keyspace_hits |
Keyspace hits
apr_uint64_t apr_redis_stats_t::keyspace_misses |
Keyspace misses
apr_uint32_t apr_redis_stats_t::major |
Major version number of this server
apr_uint64_t apr_redis_stats_t::maxmemory |
Max memory of this server
apr_uint32_t apr_redis_stats_t::minor |
Minor version number of this server
apr_uint32_t apr_redis_stats_t::patch |
Patch version number of this server
apr_uint32_t apr_redis_stats_t::process_id |
Process id of this server process
apr_uint64_t apr_redis_stats_t::rejected_connections |
Total commands rejected
apr_redis_server_role_t apr_redis_stats_t::role |
Role
apr_uint64_t apr_redis_stats_t::total_commands_processed |
Total commands processed
apr_uint64_t apr_redis_stats_t::total_connections_received |
Total connections received
apr_uint64_t apr_redis_stats_t::total_net_input_bytes |
Total net input bytes
apr_uint64_t apr_redis_stats_t::total_net_output_bytes |
Total net output bytes
apr_uint64_t apr_redis_stats_t::total_system_memory |
Total memory available on this server
apr_uint32_t apr_redis_stats_t::uptime_in_seconds |
Number of seconds this server has been running
apr_uint32_t apr_redis_stats_t::used_cpu_sys |
Accumulated CPU user time for this process
apr_uint32_t apr_redis_stats_t::used_cpu_user |
Accumulated CPU system time for this process
apr_uint64_t apr_redis_stats_t::used_memory |
Amount of used memory