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
Copy file name to clipboardExpand all lines: docs/docs/reference/monitor/monitor-processor.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This document mainly introduces how we use the Processor monitoring function pro
10
10
11
11
After the mouse moves to the `Monitor` menu, a drop-down box will automatically pop up. Select the `Processor` sub-menu in the drop-down box and click it, and it will jump to the corresponding management page. His snapshot is similar to the following screenshot:
> By default, the selection item after `Server` on the top left is blank, you need to manually select a data source
16
16
@@ -20,11 +20,11 @@ After the mouse moves to the `Monitor` menu, a drop-down box will automatically
20
20
21
21
On the right side of the top menu, there will be a `Threshold` (unit/ms) value input window, which is used for our update time interval. When we turn on the `Auto` function on the right, the software will input the value according to `Threshold` Automatically refresh the data.
The chart in the middle part is used to mark the total number of processes of the current query of the currently selected server. The chart has a maximum of 20 points by default, and each time point will automatically cover the previous expired data points.
The bottom data table is used to render the detailed process of the server's specific query at our current time. It provides the following indicators:
30
30
@@ -51,9 +51,9 @@ We also provide two operations in the detailed list:
51
51
52
52
###### Kill
53
53
54
-
When our query takes a long time, we can click the <imgsrc="https://images.edurt.io/2021/11/02/16358545339160.jpg"width="40" /> button, and it will A window like the following pops up:
54
+
When our query takes a long time, we can click the :fontawesome-solid-stop:{.red} button, and it will A window like the following pops up:
The window gives us two important tips, which need to be read carefully. If you are sure to perform the operation, enter the unique data marked under the `Necessary` prompt in the input box, and then click the `OK` button.
59
59
@@ -65,8 +65,8 @@ KILL QUERY WHERE query_id = 'f57ae2a8-8aeb-4f71-b395-43d7065ac564'
65
65
66
66
###### DDL
67
67
68
-
When we need to view the specific SQL of this query, we can click the <imgsrc="https://images.edurt.io/2021/11/02/16358548333386.jpg"width="40" /> button, and it will A window like the following pops up:
68
+
When we need to view the specific SQL of this query, we can click the :octicons-search-16:{.blue} button, and it will A window like the following pops up:
0 commit comments