From 5534ebbe3f9c5603c0d9ba14c8a10d1387f4a3a0 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 8 Feb 2025 16:46:00 +0800 Subject: [PATCH] fix: modify offical doc for taos-tools migrate --- docs/en/14-reference/02-tools/09-taosdump.md | 6 +----- docs/en/14-reference/02-tools/10-taosbenchmark.md | 12 ++++-------- docs/zh/14-reference/02-tools/09-taosdump.md | 6 +----- docs/zh/14-reference/02-tools/10-taosbenchmark.md | 14 +++++--------- 4 files changed, 11 insertions(+), 27 deletions(-) diff --git a/docs/en/14-reference/02-tools/09-taosdump.md b/docs/en/14-reference/02-tools/09-taosdump.md index 75747f2f57..1ce08ff825 100644 --- a/docs/en/14-reference/02-tools/09-taosdump.md +++ b/docs/en/14-reference/02-tools/09-taosdump.md @@ -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 diff --git a/docs/en/14-reference/02-tools/10-taosbenchmark.md b/docs/en/14-reference/02-tools/10-taosbenchmark.md index 1b9e148d6f..9666537373 100644 --- a/docs/en/14-reference/02-tools/10-taosbenchmark.md +++ b/docs/en/14-reference/02-tools/10-taosbenchmark.md @@ -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 insert.json ```json -{{#include /taos-tools/example/insert.json}} +{{#include TDengine/tools/taos-tools/example/insert.json}} ``` @@ -74,7 +70,7 @@ taosBenchmark -f query.json ```json -{{#include /taos-tools/example/query.json}} +{{#include TDengine/tools/taos-tools/example/query.json}} ``` @@ -85,7 +81,7 @@ taosBenchmark -f tmq.json ```json -{{#include /taos-tools/example/tmq.json}} +{{#include TDengine/tools/taos-tools/example/tmq.json}} ``` diff --git a/docs/zh/14-reference/02-tools/09-taosdump.md b/docs/zh/14-reference/02-tools/09-taosdump.md index 6a4df44f25..4286cda73a 100644 --- a/docs/zh/14-reference/02-tools/09-taosdump.md +++ b/docs/zh/14-reference/02-tools/09-taosdump.md @@ -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/) ## 常用使用场景 diff --git a/docs/zh/14-reference/02-tools/10-taosbenchmark.md b/docs/zh/14-reference/02-tools/10-taosbenchmark.md index 2b60288385..439da8dc46 100644 --- a/docs/zh/14-reference/02-tools/10-taosbenchmark.md +++ b/docs/zh/14-reference/02-tools/10-taosbenchmark.md @@ -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 insert.json ```json -{{#include /taos-tools/example/insert.json}} +{{#include TDengine/tools/taos-tools/example/insert.json}} ``` @@ -73,7 +69,7 @@ taosBenchmark -f query.json ```json -{{#include /taos-tools/example/query.json}} +{{#include TDengine/tools/taos-tools/example/query.json}} ``` @@ -84,12 +80,12 @@ taosBenchmark -f tmq.json ```json -{{#include /taos-tools/example/tmq.json}} +{{#include TDengine/tools/taos-tools/example/tmq.json}} ``` -查看更多 json 配置文件示例可 [点击这里](https://github.com/taosdata/taos-tools/tree/main/example) +查看更多 json 配置文件示例可 [点击这里](https://github.com/taosdata/TDengine/tree/main/tools/taos-tools/example) ## 命令行参数详解 | 命令行参数 | 功能说明 |