On a , you must be an
admin user to access this area of the DB Console. Refer to .These pages are experimental and largely undocumented. If you find an issue, let us know through these channels.
Required privileges
To view the Advanced Debug page, and work with the debugging and profiling endpoints hosted on this page, the user must be a member of theadmin role or must have the VIEWDEBUG defined.
License and node information
On the right-side of the page, the following information is displayed:- : Determines if you have access to Enterprise features.
- Web server: Indicates the node currently serving your DB Console web session, and allows you to select a different node if desired. To cancel your selection of a different node, click Reset. You may also specify this directly in the URL with the
remote_node_idparameter. For example, usehttp://<host:<http-port/?remote_node_id=2to select node2. The node selected here is also set as the target node for the Profiling UI section.
Reports
The following debug reports are useful for monitoring and troubleshooting CockroachDB:Configuration
The following configuration settings are useful for monitoring and troubleshooting CockroachDB:| Configuration | Description | Access level |
|---|---|---|
| Cluster Settings | View cluster settings and their configured values. | All users can view data according to their privileges. |
| Localities | Check node localities for your cluster. | All users. |
Even More Advanced Debugging
The Even More Advanced Debugging section of the page lists advanced troubleshooting tools and reports that are generally of interest to CockroachDB developers and contributors, such as the , a tool for visualizing read and write traffic across your keyspace. If you want to learn more about the tools in this section, contact us through these channels.Raw Status Endpoints (JSON)
These endpoints are deprecated in favor of the .
- Metrics
- Node status
- Hot ranges
- Node-specific metrics
- Session data
- Cluster-wide range data
- Allocator runs

