{
  "id": "cluster-metrics",
  "title": "Cluster metrics",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/objects/statistics/cluster-metrics/",
  "summary": "Documents the cluster metrics used with Redis Enterprise Software REST API calls.",
  "content": "\n| Metric name | Type | Description |\n|-------------|------|-------------|\n| available_flash | float | Sum of available flash in all nodes (bytes) |\n| available_memory | float | Sum of available memory in all nodes (bytes) |\n| avg_latency | float | Average latency of requests handled by all cluster endpoints (micro-sec); returned only when there is traffic |\n| bigstore_free | float | Sum of free space of backend flash (used by flash DB's BigRedis) on all cluster nodes (bytes); only returned when BigRedis is enabled |\n| bigstore_iops | float | Rate of I/O operations against backend flash for all shards which are part of a flash-based DB (BigRedis) in the cluster (ops/sec); returned only when BigRedis is enabled |\n| bigstore_kv_ops | float | Rate of value read/write operations against back-end flash for all shards which are part of a flash based DB (BigRedis) in cluster (ops/sec); only returned when BigRedis is enabled |\n| bigstore_throughput | float | Throughput I/O operations against backend flash for all shards which are part of a flash-based DB (BigRedis) in the cluster (bytes/sec); only returned when BigRedis is enabled |\n| conns | float | Total number of clients connected to all cluster endpoints |\n| cpu_idle | float | CPU idle time portion, the value is weighted between all nodes based on number of cores in each node (0-1, multiply by 100 to get percent) |\n| cpu_system | float | CPU time portion spent in kernel on the cluster, the value is weighted between all nodes based on number of cores in each node (0-1, multiply by 100 to get percent) |\n| cpu_user | float | CPU time portion spent by users-pace processes on the cluster. The value is weighted between all nodes based on number of cores in each node (0-1, multiply by 100 to get percent). |\n| egress_bytes | float | Sum of rate of outgoing network traffic on all cluster nodes (bytes/sec) |\n| ephemeral_storage_avail | float | Sum of disk space available to Redis Enterprise processes on configured ephemeral disk on all cluster nodes (bytes) |\n| ephemeral_storage_free | float | Sum of free disk space on configured ephemeral disk on all cluster nodes (bytes) |\n| free_memory | float | Sum of free memory in all cluster nodes (bytes) |\n| ingress_bytes | float | Sum of rate of incoming network traffic on all cluster nodes (bytes/sec) |\n| persistent_storage_avail | float | Sum of disk space available to Redis Enterprise processes on configured persistent disk on all cluster nodes (bytes) |\n| persistent_storage_free | float | Sum of free disk space on configured persistent disk on all cluster nodes (bytes) |\n| provisional_flash | float | Sum of provisional flash in all nodes (bytes) |\n| provisional_memory | float | Sum of provisional memory in all nodes (bytes) |\n| total_req | float | Request rate handled by all endpoints on the cluster (ops/sec) |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

