fix: modify offical doc for taos-tools migrate

This commit is contained in:
Alex Duan 2025-02-08 16:46:00 +08:00
parent db807020a0
commit 5534ebbe3f
4 changed files with 11 additions and 27 deletions

View File

@ -10,11 +10,7 @@ slug: /tdengine-reference/tools/taosdump
## Installation
Taosdump provides two installation methods:
- Taosdump is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get-started/)
- Compile and install taos tools separately, refer to [taos tools](https://github.com/taosdata/taos-tools) .
taosdump is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get-started/)
## Common Use Cases

View File

@ -8,11 +8,7 @@ TaosBenchmark is a performance benchmarking tool for TDengine products, providin
## Installation
taosBenchmark provides two installation methods:
- taosBenchmark is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get started/)
- Compile and install taos tools separately, refer to [taos tools](https://github.com/taosdata/taos-tools) .
taosBenchmark is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get started/)
## Operation
@ -63,7 +59,7 @@ taosBenchmark -f <json file>
<summary>insert.json</summary>
```json
{{#include /taos-tools/example/insert.json}}
{{#include TDengine/tools/taos-tools/example/insert.json}}
```
</details>
@ -74,7 +70,7 @@ taosBenchmark -f <json file>
<summary>query.json</summary>
```json
{{#include /taos-tools/example/query.json}}
{{#include TDengine/tools/taos-tools/example/query.json}}
```
</details>
@ -85,7 +81,7 @@ taosBenchmark -f <json file>
<summary>tmq.json</summary>
```json
{{#include /taos-tools/example/tmq.json}}
{{#include TDengine/tools/taos-tools/example/tmq.json}}
```
</details>

View File

@ -9,11 +9,7 @@ taosdump 是为开源用户提供的 TDengine 数据备份/恢复工具,备份
## 安装
taosdump 提供两种安装方式:
- taosdump 是 TDengine 安装包中默认安装组件,安装 TDengine 后即可使用,可参考[TDengine 安装](../../../get-started/)
- 单独编译 taos-tools 并安装, 参考 [taos-tools](https://github.com/taosdata/taos-tools) 仓库。
taosdump 是 TDengine 安装包中默认安装组件,安装 TDengine 后即可使用,可参考 [TDengine 安装](../../../get-started/)
## 常用使用场景

View File

@ -8,11 +8,7 @@ taosBenchmark 是 TDengine 产品性能基准测试工具,提供对 TDengine
## 安装
taosBenchmark 提供两种安装方式:
- taosBenchmark 是 TDengine 安装包中默认安装组件,安装 TDengine 后即可使用,参考 [TDengine 安装](../../../get-started/)
- 单独编译 taos-tools 并安装, 参考 [taos-tools](https://github.com/taosdata/taos-tools) 仓库。
taosBenchmark 是 TDengine 安装包中默认安装组件,安装 TDengine 后即可使用,参考 [TDengine 安装](../../../get-started/)
## 运行
@ -62,7 +58,7 @@ taosBenchmark -f <json file>
<summary>insert.json</summary>
```json
{{#include /taos-tools/example/insert.json}}
{{#include TDengine/tools/taos-tools/example/insert.json}}
```
</details>
@ -73,7 +69,7 @@ taosBenchmark -f <json file>
<summary>query.json</summary>
```json
{{#include /taos-tools/example/query.json}}
{{#include TDengine/tools/taos-tools/example/query.json}}
```
</details>
@ -84,12 +80,12 @@ taosBenchmark -f <json file>
<summary>tmq.json</summary>
```json
{{#include /taos-tools/example/tmq.json}}
{{#include TDengine/tools/taos-tools/example/tmq.json}}
```
</details>
查看更多 json 配置文件示例可 [点击这里](https://github.com/taosdata/taos-tools/tree/main/example)
查看更多 json 配置文件示例可 [点击这里](https://github.com/taosdata/TDengine/tree/main/tools/taos-tools/example)
## 命令行参数详解
| 命令行参数 | 功能说明 |