diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md index 4e5536d8d63..4d165ffad89 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md @@ -1,41 +1,50 @@ # Cluster information -This topic introduces the cluster information of Dashboard. +This topic introduces the cluster information of Dashboard from two parts **Overview Info** and **Cluster Diagnostics**. The **Overview Info** section displays the overview information of the Nebula Graph cluster. The **Cluster Diagnostics** section displays the cluster Diagnostics information of the Nebula Graph cluster. -At the top navigation bar of the Dashboard Enterprise Edition page, click **Cluster Management**. At the right side of the target cluster, click **Details**, and on the left-side navigation bar of the page, click **Information**, you will see the following six parts: +## Entry -- Version -- Leader -- Partition -- Service information -- Partition information -- Long-term task +1. At the top navigation bar of the Dashboard Enterprise Edition page, click **Cluster Management**. +2. On the right side of the target cluster, click **Details**. +3. On the left-side navigation bar of the page, click **Information**. +4. You will see the following parts. -Before viewing the cluster information, you need to select any online Graph service address, enter the account to log in to Nebula Graph (not the Dashboard login account), and the corresponding password. + - Overview Info + - Cluster Diagnostics + + +## Overview Info + +![coreinfo](https://docs-cdn.nebula-graph.com.cn/figures/clustercore-info_2022-04-11_en.png) + +!!! note + + Before viewing the cluster information, you need to select any online Graph service address, enter the account to log in to Nebula Graph (not the Dashboard login account), and the corresponding password. -For multi-machine deployment, you can choose any online Graph service address. !!! caution You need to ensure that Nebula Graph services have been deployed and started. For more information, see [Nebula Graph installation and deployment](../../4.deployment-and-installation/1.resource-preparations.md "Click to go to Nebula Graph installation and deployment"). +On the **Overview Info** page, you can see the information of the Nebula Graph cluster, including Storage leader distribution, Storage service details, versions and hosts information of each Nebula Graph service, and partition distribution and details. + +## Storage Leader Distribution -## Version +In this section, the number of Leaders and the Leader distribution will be shown. -On this page, all services and corresponding Nebula versions will be shown. +- Click the **Balance Leader** button in the upper right corner to distribute Leaders evenly and quickly in the Nebula Graph cluster. For details about the Leader, see [Storage Service](../../1.introduction/3.nebula-graph-architecture/4.storage-service.md). -## Leader +- Click **Detail** in the upper right corner to view the details of the Leader distribution. -On this page, the number of Leaders and the Leader distribution will be shown. You can click the **Balance Leader** button in the upper right corner to distribute Leaders evenly and quickly in the Nebula Graph cluster. -## Partition +### Version +In this section, the version and host information of each Nebula Graph service will be shown. Click **Detail** in the upper right corner to view the details of the version and host information. -On this page, you can select the specified graph space and view its distribution of Partitions. ## Service information -On this page, the information of Storage services will be shown. The parameter description is as follows: +In this section, the information on Storage services will be shown. The parameter description is as follows: + +## Cluster Diagnostics + +You can click **Cluster Diagnostics** under the **Cluster Information** menu bar to locate and analyze the problem that occurs in the cluster. For details, see [Cluster Diagnostics](7.cluster-Diagnostics.md).