Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update monitor curve #227

Merged
merged 2 commits into from
Jan 8, 2024
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
2 changes: 1 addition & 1 deletion docs/MatrixOne-Cloud/Data-Explore/sql-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ MatrixOne Cloud 在线数据导入支持两种导入方式:导入样例数据
- 你可以在 SQL 执行过程中,手动停止或关闭 Query Tab, Query 都将终止。

!!! note
在线 SQL 编辑器目前不支持以下语句:[`explain`](../Reference/SQL-Reference/Other/Explain/explain.md),[`Load data local`]( ../Migrate-Data/Load-Local-Data.md), [`source`](../App-Develop/import-data/bulk-load/using-source.md),[`SELECT INTO...OUTFILE`](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Develop/export-data/select-into-outfile/)和[事务]( ../App-Develop/Transactions/matrixone-transaction-overview/how-to-use.md)相关语句
在线 SQL 编辑器目前不支持以下语句:[`explain`](../Reference/SQL-Reference/Other/Explain/explain.md),[`Load data local`]( ../Migrate-Data/Load-Local-Data.md), [`source`](../App-Develop/import-data/bulk-load/using-source.md),[`SELECT INTO...OUTFILE`](https://docs.matrixorigin.cn/1.1.0/MatrixOne/Develop/export-data/select-into-outfile/) 和[事务]( ../App-Develop/Transactions/matrixone-transaction-overview/how-to-use.md)相关语句

**执行结果查看**

Expand Down
28 changes: 15 additions & 13 deletions docs/MatrixOne-Cloud/Monitor/Monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,51 @@

## 实例监控指标

实例监控指标是服务于 MatrixOne Cloud 实例管理平台的运维人员的监控信息,包括:
实例监控指标是服务于 MatrixOne Cloud 实例管理平台的运维人员的监控信息,您可以点击右上角的实例名列表来切换您想了解的实例信息,包括:平均连接数,CU 使用量和存储用量。对于 CU 和存储的使用信息您也可以直接点击实例界面您想了解的实例,跳转至实例详情中查看。

![](https://community-shared-data-1308875761.cos.ap-beijing.myqcloud.com/artwork/mocdocs/monitor/monitoring-1.png)
<div align="center">
<img src=https://community-shared-data-1308875761.cos.ap-beijing.myqcloud.com/artwork/mocdocs/monitor/monitor-6.png width=80% heigth=80%/>
</div>

### 平均连接数
- 平均连接数

同时连接到实例的 Session 数。

### CU 使用量
- CU 使用量

在统计周期内,CU 消耗的总量。
在统计周期内,CU 消耗的总量。为确保准确性,CU 的使用量统计会有 6 分钟的延迟,因此最新的监控数据都是 0。例如您在 12:00 操作消耗的 CU,当前(12:00)会显示 CU 消耗量为 0,在 12:06 的时候刻度线 12:00 处才会呈现 CU 消耗的波动。

### 存储用量
- 存储用量

在统计周期内,实例中数据存储的平均使用量。
在统计周期内,实例中数据存储的平均使用量。存储的使用量每 15 分钟更新一次,体现的是 15 分钟之前的数据。曲线统计点的值是刻度时间段内采集点的平均值。

## 业务监控指标

业务监控指标是服务于数据应用人员的监控信息,可以在 MatrixOne Cloud 数据库管理平台中找到,其中包括:

![](https://community-shared-data-1308875761.cos.ap-beijing.myqcloud.com/artwork/mocdocs/monitor/monitoring-2.png)

### 每秒查询次数 (QPS)
- 每秒查询次数 (QPS)

平均每秒完成的 SQL 查询数量,代表实例的吞吐能力,支持按 SQL 类型进行统计。

### 查询延迟
- 查询延迟

平均每条 SQL 查询的执行时间,代表实例的运行性能,同样支持按 SQL 类型进行统计。

### 事务总数
- 事务总数

在统计周期内,执行的事务总数。

### 事务失败数
- 事务失败数

在统计周期内,执行失败的事务总数。

### SQL 语句总数
- SQL 语句总数

在统计周期内,执行的 SQL 语句总数。

### SQL 语句失败数
- SQL 语句失败数

在统计周期内,执行失败的 SQL 语句总数。

Expand Down