|
Apache Portable Runtime Utility Library
|
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 |
| 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