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

#include <apr_redis.h>

Public Attributes

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
 

Detailed Description

Definition at line 380 of file apr_redis.h.

Member Data Documentation

◆ arch_bits

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.

◆ blocked_clients

apr_uint32_t apr_redis_stats_t::blocked_clients

Number of blocked clients

Definition at line 400 of file apr_redis.h.

◆ cluster_enabled

apr_uint32_t apr_redis_stats_t::cluster_enabled

Is cluster enabled

Definition at line 440 of file apr_redis.h.

◆ connected_clients

apr_uint32_t apr_redis_stats_t::connected_clients

Number of connected clients

Definition at line 398 of file apr_redis.h.

◆ connected_slaves

apr_uint32_t apr_redis_stats_t::connected_slaves

Number of connected slave

Definition at line 430 of file apr_redis.h.

◆ keyspace_hits

apr_uint64_t apr_redis_stats_t::keyspace_hits

Keyspace hits

Definition at line 422 of file apr_redis.h.

◆ keyspace_misses

apr_uint64_t apr_redis_stats_t::keyspace_misses

Keyspace misses

Definition at line 424 of file apr_redis.h.

◆ major

apr_uint32_t apr_redis_stats_t::major

Major version number of this server

Definition at line 384 of file apr_redis.h.

◆ maxmemory

apr_uint64_t apr_redis_stats_t::maxmemory

Max memory of this server

Definition at line 404 of file apr_redis.h.

◆ minor

apr_uint32_t apr_redis_stats_t::minor

Minor version number of this server

Definition at line 386 of file apr_redis.h.

◆ patch

apr_uint32_t apr_redis_stats_t::patch

Patch version number of this server

Definition at line 388 of file apr_redis.h.

◆ process_id

apr_uint32_t apr_redis_stats_t::process_id

Process id of this server process

Definition at line 390 of file apr_redis.h.

◆ rejected_connections

apr_uint64_t apr_redis_stats_t::rejected_connections

Total commands rejected

Definition at line 416 of file apr_redis.h.

◆ role

apr_redis_server_role_t apr_redis_stats_t::role

Role

Definition at line 428 of file apr_redis.h.

◆ total_commands_processed

apr_uint64_t apr_redis_stats_t::total_commands_processed

Total commands processed

Definition at line 414 of file apr_redis.h.

◆ total_connections_received

apr_uint64_t apr_redis_stats_t::total_connections_received

Total connections received

Definition at line 412 of file apr_redis.h.

◆ total_net_input_bytes

apr_uint64_t apr_redis_stats_t::total_net_input_bytes

Total net input bytes

Definition at line 418 of file apr_redis.h.

◆ total_net_output_bytes

apr_uint64_t apr_redis_stats_t::total_net_output_bytes

Total net output bytes

Definition at line 420 of file apr_redis.h.

◆ total_system_memory

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.

◆ uptime_in_seconds

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.

◆ used_cpu_sys

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.

◆ used_cpu_user

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.

◆ used_memory

apr_uint64_t apr_redis_stats_t::used_memory

Amount of used memory

Definition at line 406 of file apr_redis.h.


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