Skip to content

Commit

Permalink
move notice and add install tiproxyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
djshow832 committed Sep 18, 2024
1 parent c10352d commit 72154c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tiproxy/tiproxy-command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ summary: 了解 TiProxy 的命令行参数。

本节提供两种方式安装 TiProxy Control。

> **注意:**
>
> TiProxy Control 主要用于诊断调试,不保证和 TiProxy 未来引入的新特性完全兼容。因此不推荐在应用程序开发或工具开发中利用 TiProxy Control 获取结果。
#### 使用 TiUP 安装

在安装 [TiUP](/tiup/tiup-overview.md) 之后,可以使用 `tiup install tiproxy` 命令下载并安装 TiProxy 和 TiProxy Control 的二进制程序。安装后,你可以通过 `tiup --binary tiproxy` 查看 TiProxy 的安装路径,TiProxy Control 与 TiProxy 位于同一目录。
Expand All @@ -59,10 +63,6 @@ make
ls bin/tiproxyctl
```

> **注意:**
>
> TiProxy Control 主要用于诊断调试,不保证和 TiProxy 未来引入的新特性完全兼容。因此不推荐在应用程序开发或工具开发中利用 TiProxy Control 获取结果。
### 语法

```
Expand Down
5 changes: 3 additions & 2 deletions tiproxy/tiproxy-traffic-replay.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ summary: 介绍 TiProxy 的流量回放的使用场景和使用步骤。
1. 准备测试环境:

1. 创建测试集群,详情参考[使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)
2. 同步生产集群的数据到测试集群,详情参考[数据迁移概述](/migration-overview.md)
3. 在测试集群中运行 [`ANALYZE`](/sql-statements/sql-statement-analyze-table.md) 更新统计信息。
2. 安装 `tiproxyctl`,确保安装 `tiproxyctl` 的主机能连接到生产集群和测试集群的 TiProxy 实例。详情参考[安装 TiProxy Control](/tiproxy/tiproxy-command-line-flags.md#安装-tiproxy-control)
3. 同步生产集群的数据到测试集群,详情参考[数据迁移概述](/migration-overview.md)
4. 在测试集群中运行 [`ANALYZE`](/sql-statements/sql-statement-analyze-table.md) 更新统计信息。

2. 使用 [`tiproxyctl traffic capture`](/tiproxy/tiproxy-command-line-flags.md#traffic-capture) 命令连接到生产集群的 TiProxy 实例,开始捕获流量。

Expand Down

0 comments on commit 72154c1

Please sign in to comment.