You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Diagnostics in TiDB Dashboard is still an experimental feature. It is **NOT** recommended that you use it in the production environment.
12
+
9
13
The cluster diagnostics feature in TiDB Dashboard diagnoses the problems that might exist in a cluster within a specified time range, and summarizes the diagnostic results and the cluster-related load monitoring information into a diagnostic report. This diagnostic report is in the form of a web page. You can browse the page offline and circulate this page link after saving the page from a browser.
10
14
11
15
> **Note:**
@@ -16,11 +20,11 @@ The cluster diagnostics feature in TiDB Dashboard diagnoses the problems that mi
16
20
17
21
You can use one of the following methods to access the cluster diagnostics page:
18
22
19
-
* After logging into TiDB Dashboard, click **Cluster Diagnostics** on the left navigation menu:
23
+
- After logging into TiDB Dashboard, click **Cluster Diagnostics** on the left navigation menu:
* Visit `http://127.0.0.1:2379/dashboard/#/diagnose` in your browser. Replace `127.0.0.1:2379` with the actual PD address and port number.
27
+
- Visit `http://127.0.0.1:2379/dashboard/#/diagnose` in your browser. Replace `127.0.0.1:2379` with the actual PD address and port number.
24
28
25
29
## Generate diagnostic report
26
30
@@ -44,8 +48,8 @@ The steps above generate a diagnostic report for the time range from `2020-05-21
44
48
45
49
If a system exception occurs at a certain point, for example, QPS jitter or higher latency, a diagnostic report can be generated. Particularly, this report compares the system in the abnormal time range with the system in the normal time range. For example:
46
50
47
-
* Abnormal time range: `2020-05-21 14:40:00`-`2020-05-21 14:45:00`. Within this time range, the system is abnormal.
48
-
* Normal time range: `2020-05-21 14:30:00` - `2020-05-21 14:35:00`. Within this time range, the system is normal.
51
+
- Abnormal time range: `2020-05-21 14:40:00`-`2020-05-21 14:45:00`. Within this time range, the system is abnormal.
52
+
- Normal time range: `2020-05-21 14:30:00` - `2020-05-21 14:35:00`. Within this time range, the system is normal.
49
53
50
54
You can take the following steps to generate a comparison report for the two time ranges above:
> TiDB Dashboard is still an experimental feature. It is **NOT** recommended that you use it in the production environment.
12
-
13
9
TiDB Dashboard is a Web UI for monitoring, diagnosing, and managing the TiDB cluster, which is available since v4.0. It is built into the PD component and does not require an independent deployment.
0 commit comments