|
Apache HTTPD
|
#include <apr_redis.h>
Definition at line 380 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::arch_bits |
Bitsize of the arch on the current machine
Definition at line 394 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::blocked_clients |
Number of blocked clients
Definition at line 400 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::cluster_enabled |
Is cluster enabled
Definition at line 440 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::connected_clients |
Number of connected clients
Definition at line 398 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::connected_slaves |
Number of connected slave
Definition at line 430 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::keyspace_hits |
Keyspace hits
Definition at line 422 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::keyspace_misses |
Keyspace misses
Definition at line 424 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::major |
Major version number of this server
Definition at line 384 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::maxmemory |
Max memory of this server
Definition at line 404 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::minor |
Minor version number of this server
Definition at line 386 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::patch |
Patch version number of this server
Definition at line 388 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::process_id |
Process id of this server process
Definition at line 390 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::rejected_connections |
Total commands rejected
Definition at line 416 of file apr_redis.h.
| apr_redis_server_role_t apr_redis_stats_t::role |
Role
Definition at line 428 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::total_commands_processed |
Total commands processed
Definition at line 414 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::total_connections_received |
Total connections received
Definition at line 412 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::total_net_input_bytes |
Total net input bytes
Definition at line 418 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::total_net_output_bytes |
Total net output bytes
Definition at line 420 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::total_system_memory |
Total memory available on this server
Definition at line 408 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::uptime_in_seconds |
Number of seconds this server has been running
Definition at line 392 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::used_cpu_sys |
Accumulated CPU user time for this process
Definition at line 434 of file apr_redis.h.
| apr_uint32_t apr_redis_stats_t::used_cpu_user |
Accumulated CPU system time for this process
Definition at line 436 of file apr_redis.h.
| apr_uint64_t apr_redis_stats_t::used_memory |
Amount of used memory
Definition at line 406 of file apr_redis.h.