Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Sep 20, 2024
1 parent fdfff13 commit 290280d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/top-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ SET GLOBAL tidb_enable_top_sql = 1;

6. 查看 TiKV 按表或者数据库维度的 CPU 资源使用情况,快速定位更高维度的资源使用情况。

* 选择一个 TiKV 实例,然后选择 **By TABLE** 或者 **By DB**
选择一个 TiKV 实例,然后选择 **By TABLE** 或者 **By DB**

![选择聚合维度](/media/dashboard/top-sql-usage-select-agg-by.png)
![选择聚合维度](/media/dashboard/top-sql-usage-select-agg-by.png)

* 查看高维度的聚合结果:
查看高维度的聚合结果:

![按 DB 维度聚合结果页面](/media/dashboard/top-sql-usage-agg-by-db-detail.png)
![按 DB 维度聚合结果页面](/media/dashboard/top-sql-usage-agg-by-db-detail.png)

## 停用 Top SQL

Expand Down

0 comments on commit 290280d

Please sign in to comment.