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
Binary file removed media/tidb-cloud/key-visualizer.png
Binary file not shown.
Binary file removed media/tidb-cloud/slow-queries.png
Binary file not shown.
Binary file removed media/tidb-cloud/statement-analysis.png
Binary file not shown.
6 changes: 0 additions & 6 deletions tidb-cloud/tune-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ To view slow queries in a cluster, perform the following steps:

The results are displayed in the form of a table, and you can sort the results by different columns.

![Slow Queries](/media/tidb-cloud/slow-queries.png)

For more information, see [Slow Queries in TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-slow-query).

## Statement Analysis
Expand All @@ -53,8 +51,6 @@ To use the statement analysis, perform the following steps:

The results are displayed in the form of a table, and you can sort the results by different columns.

![Statement Analysis](/media/tidb-cloud/statement-analysis.png)

For more information, see [Statement Execution Details in TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-statement-details).

## Key Visualizer
Expand All @@ -69,8 +65,6 @@ To view the key analytics, perform the following steps:

2. Click the **Key Visualizer** tab.

![Key Visualizer](/media/tidb-cloud/key-visualizer.png)

On the **Key Visualizer** page, a large heat map shows changes on access traffic over time. The average values ​​along each axis of the heat map are shown below and on the right side. The left side is the table name, index name and other information.

For more information, see [Key Visualizer](https://docs.pingcap.com/tidb/stable/dashboard-key-visualizer).
Expand Down