Admin UI Overview

Warning:
CockroachDB v1.1 is no longer supported. For more details, see the Release Support Policy.

The CockroachDB Admin UI provides details about your cluster and database configuration, and helps you optimize cluster performance by monitoring the following areas:

Area Description
Cluster Health View essential metrics about the cluster's health, such as the number of live, dead, and suspect nodes, the number of unavailable ranges, and the queries per second and service latency across the cluster.
Overview Metrics View important SQL performance, replication, and storage metrics.
Runtime Metrics View metrics about node count, CPU time, and memory usage.
SQL Performance View metrics about SQL connections, byte traffic, queries, transactions, and service latency.
Storage Utilization View metrics about storage capacity and file descriptors.
Replication Details View metrics about how data is replicated across the cluster, such as range status, replicas per store, and replica quiescence.
Nodes Details View details of live, dead, and decommissioned nodes.
Events View a list of recent cluster events.
Database Details View details about the system and user databases in the cluster.
Jobs Details View details of the jobs running in the cluster.

The Admin UI also provides details about the way data is Distributed, the state of specific Queues, and metrics for Slow Queries, but these details are largely internal and intended for use by CockroachDB developers.

Note:
By default, the Admin UI shares anonymous usage details with Cockroach Labs. For information about the details shared and how to opt-out of reporting, see Diagnostics Reporting.

Yes No