Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branch:
- 'master'
types: [closed]

jobs:
release:
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
asset_path: ./release/latest-mac.yml
asset_name: latest-mac-inter.yml
asset_content_type: application/x-yaml

- name: Download and upload to qiniu
run: |
wget https://devtools.qiniu.com/qshell-v2.6.2-darwin-amd64.tar.gz
Expand Down Expand Up @@ -129,4 +130,4 @@ jobs:
# echo '--------- End ---------'
./qshell account 5eua7TZfgnNb81gmVUBcw4x7PpQuy-v9v1iFyD1R zCwoByIkA9AnlK0qO0DGveH7dKDXLG3CRqZ2mlTW dbm_qiniu
./qshell fput edurtio-other dbm/releases/windows/x64/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe ./release/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/docs/development/version/1.16.0-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ DBM Version for `1.16.0` is development!

---

- Fix Monitor --> Processor document image pointing error

#### Bug

---

- Fix the release error that the new version of the CI tool was not merged with the code release error

#### Contributors (In no particular order)

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document mainly introduces how we use the Processor monitoring function pro

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:

![](https://images.edurt.io/2021/11/02/16358536985404.jpg)
![](../../assets/images/others/monitor/processor/img.png)

> By default, the selection item after `Server` on the top left is blank, you need to manually select a data source

Expand All @@ -20,11 +20,11 @@ After the mouse moves to the `Monitor` menu, a drop-down box will automatically

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.

![](https://images.edurt.io/2021/11/02/16358538862636.jpg)
![](../../assets/images/others/monitor/processor/img_1.png)

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.

![](https://images.edurt.io/2021/11/02/16358539745671.jpg)
![](../../assets/images/others/monitor/processor/img_2.png)

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:

Expand All @@ -51,9 +51,9 @@ We also provide two operations in the detailed list:

###### Kill

When our query takes a long time, we can click the <img src="https://images.edurt.io/2021/11/02/16358545339160.jpg" width="40" /> button, and it will A window like the following pops up:
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:

![](https://images.edurt.io/2021/11/02/16358546469724.jpg)
![](../../assets/images/others/monitor/processor/img_3.png)

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.

Expand All @@ -65,8 +65,8 @@ KILL QUERY WHERE query_id = 'f57ae2a8-8aeb-4f71-b395-43d7065ac564'

###### DDL

When we need to view the specific SQL of this query, we can click the <img src="https://images.edurt.io/2021/11/02/16358548333386.jpg" width="40" /> button, and it will A window like the following pops up:
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:

![](https://images.edurt.io/2021/11/02/16358548788950.jpg)
![](../../assets/images/others/monitor/processor/img_4.png)

The editor is the specific SQL statement we query this time.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ nav:
- Management:
- Datasource: reference/management/management_datasource.md
- Monitor:
- Processor: reference/Monitor-Processor.md
- Processor: reference/monitor/monitor-processor.md
- Connection: reference/monitor/monitor_connection.md
- Mutations: reference/monitor/monitor_mutations.md
- Query: reference/monitor/monitor_query.md
Expand Down
4 changes: 4 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ releaseInfo:

---

- Fix Monitor --> Processor document image pointing error

#### Optimize

----
Expand All @@ -27,6 +29,8 @@ releaseInfo:

---

- Fix the release error that the new version of the CI tool was not merged with the code release error

#### UI

---
Expand Down