content/operate/rs/references/metrics/resource-usage.md
The following metrics are available in the Redis Software Cluster Manager UI.
Number of connections to the database.
Components measured: Cluster, Node, and Database
Percent of the node CPU used.
Components measured: Cluster and Node
Percent of the CPU used by the main thread.
Components measured: Database and Shard
CPU usage of Redis child forks.
Components measured: Database and Shard
Percent usage of the CPU for all nodes.
Components measured: Database
Remaining unused disk space.
Components measured: Cluster and Node
Total memory used by the database, including RAM, [Flash]({{< relref "/operate/rs/databases/flash" >}}) (if enabled), and [replication]({{< relref "/operate/rs/databases/durability-ha/replication" >}}) (if enabled).
Used memory does not include:
Used memory is not measured during [shard migration]({{< relref "/operate/rs/databases/configure/replica-ha" >}}).
Additional factors for [Active-Active databases]({{<relref "/operate/rs/databases/active-active">}}):
By default, the [Active-Active replication backlog]({{<relref "/operate/rs/databases/active-active/manage#replication-backlog">}}), used for synchronization between clusters or regions, is set to 1% of the database size.
Active-Active databases have a lower threshold for activating the eviction policy, because it requires propagation to all participating clusters. The eviction policy starts to evict keys when one of the Active-Active instances reaches 80% of its memory limit.
Components measured: Database and Shard
Available RAM for System use.
Components measured: Cluster and Node
Memory size limit of the database, enforced on the used memory.
Components measured: Database
Percent of memory used by Redis out of the memory limit.
Components measured: Database
Total incoming traffic to the database in bytes/sec.
All incoming traffic is not measured during [shard migration]({{< relref "/operate/rs/databases/configure/replica-ha" >}}).
Components measured: Cluster, Node and Database
Total incoming compressed traffic (in bytes/sec) per [Active-Active]({{< relref "/operate/rs/databases/active-active" >}}) replica database.
Total incoming uncompressed traffic (in bytes/sec) per [Active-Active]({{< relref "/operate/rs/databases/active-active" >}}) replica database.
Total outgoing traffic from the database in bytes per second.
Outgoing traffic is not measured during [shard migration]({{< relref "/operate/rs/databases/configure/replica-ha" >}}).
Components measured: Cluster, Node and Database