Skip to content

Dashboard

The Valkey Admin dashboard provides a comprehensive overview of your cluster’s health, performance, and key metrics at a glance.

The dashboard is your central hub for monitoring cluster node activity, displaying real-time metrics, node status, and performance indicators.

Dashboard Overview

  • Cluster Node DropDown: View online/offline status of all cluster nodes
  • Node Metrics: View INFO command metrics
  • Key Type Distribution: Share of stored key types
  • Memory Usage: Monitor memory consumption across nodes
  • CPU Usage: Real-time CPU utilization metrics

The dashboard shows CPU and memory usage metrics at configurable intervals:

  • Default: 1 hour
  • Configurable: Adjust to see usage over 6H and 12H

The metrics view displays a grid of time-series charts, giving a detailed breakdown of CPU and memory behavior over the selected interval.

Metrics and Anomaly Detection

ChartDescription
CPU Usage Over TimeReal-time CPU utilization monitoring
Allocated BytesHow much physical memory is actively being used by data and internal structures
Active BytesHow much memory has been accessed or touched by Valkey, including unused bytes
Resident BytesHow much actual physical memory this process occupies in RAM
Peak Allocated BytesThe maximum amount of memory jemalloc has ever allocated to Valkey
Dataset BytesHow much memory is used to store actual Valkey data
Overhead BytesMemory spent on internal, non-data structures — Valkey’s own overhead
Dataset PercentageFraction of allocated memory being used for actual data
Fragmentation RatioA value growing over time may indicate memory fragmentation

Anomaly detection highlights unusual patterns across these charts, making it easier to spot memory leaks, unexpected spikes, or fragmentation trends before they affect cluster performance.