未验证 提交 86209731 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

[TD-13307]<docs>: add description to docs index. (#10065)

* [TD-13307]<docs>: add description to docs index.

* fix the link of how to use taosBenchmark

* fix wrong links
上级 b9e6eaea
...@@ -84,11 +84,10 @@ TDengine是一个高效的存储、查询、分析时序大数据的平台,专 ...@@ -84,11 +84,10 @@ TDengine是一个高效的存储、查询、分析时序大数据的平台,专
## TDengine 组件与工具 ## TDengine 组件与工具
* [taosAdapter 用户手册](/tools/adapter) * taosAdapter: TDengine 集群和应用之间的 RESTful 接口适配服务。[用户手册](/tools/adapter)
* [TDinsight 用户手册](/tools/insight) * TDinsight: 监控 TDengine 集群的 Grafana 面板集合。[用户手册](/tools/insight)
* [taosTools 安装手册](/tools/taos-tools) * taosdump: TDengine 数据备份工具。[用户手册](/tools/taosdump)
* [taosdump 用户手册](/tools/taosdump) * taosBenchmark: TDengine 压力测试工具。[用户手册](/tools/taosbenchmark)
* [taosbenchmark 用户手册](/tools/taosbenchmark)
## [与其他工具的连接](/connections) ## [与其他工具的连接](/connections)
......
...@@ -178,7 +178,7 @@ taos> select avg(current), max(voltage), min(phase) from test.d10 interval(10s); ...@@ -178,7 +178,7 @@ taos> select avg(current), max(voltage), min(phase) from test.d10 interval(10s);
## <a class="anchor" id="taosBenchmark"></a> taosBenchmark 详细功能列表 ## <a class="anchor" id="taosBenchmark"></a> taosBenchmark 详细功能列表
taosBenchmark 命令本身带有很多选项,配置表的数目、记录条数等等,请执行 `taosBenchmark --help` 详细列出。您可以设置不同参数进行体验。 taosBenchmark 命令本身带有很多选项,配置表的数目、记录条数等等,请执行 `taosBenchmark --help` 详细列出。您可以设置不同参数进行体验。
taosBenchmark 详细使用方法请参照 [如何使用taosBenchmark对TDengine进行性能测试](https://www.taosdata.com/cn/documentation/getting-started/taosBenchmark ) taosBenchmark 详细使用方法请参照 [如何使用taosBenchmark对TDengine进行性能测试](https://www.taosdata.com/2021/10/09/3111.html)
## 客户端 ## 客户端
......
...@@ -81,11 +81,10 @@ TDengine is a highly efficient platform to store, query, and analyze time-series ...@@ -81,11 +81,10 @@ TDengine is a highly efficient platform to store, query, and analyze time-series
## [Components and Tools](/cn/documentation/) ## [Components and Tools](/cn/documentation/)
* [taosAdapter User Manual](/tools/adapter) * taosAdapter: a bridge/adapter between TDengine cluster and applications. [User Manual](/tools/adapter)
* [TDinsight User Manual](/tools/insight) * TDinsight: monitoring TDengine cluster with Grafana. [User Manual](/tools/insight)
* [taosTools Install Manual](/tools/taos-tools) * taosdump: backup tool for TDengine. [User Manual](/tools/taosdump)
* [taosdump User Manual](/tools/taosdump) * taosBenchmark: stress test tool for TDengine. [User Manual](/tools/taosbenchmark)
* [taosbenchmark User Manual](/tools/taosbenchmark)
## [Connections with Other Tools](/connections) ## [Connections with Other Tools](/connections)
......
...@@ -183,7 +183,7 @@ taos> select avg(f1), max(f2), min(f3) from test.t10 interval(10s); ...@@ -183,7 +183,7 @@ taos> select avg(f1), max(f2), min(f3) from test.t10 interval(10s);
## <a class="anchor" id="taosBenchmark"></a> Using taosBenchmark in detail ## <a class="anchor" id="taosBenchmark"></a> Using taosBenchmark in detail
you can run command `taosBenchmark` with many options, like number of tables, rows of records and so on. To know more about these options, you can execute `taosBenchmark --help` and then take a try using different options. you can run command `taosBenchmark` with many options, like number of tables, rows of records and so on. To know more about these options, you can execute `taosBenchmark --help` and then take a try using different options.
Please refer to [How to use taosBenchmark to test the performance of TDengine](https://www.taosdata.com/en/documentation/getting-started/taosBenchmark) for detail. Please refer to [How to use taosBenchmark to test the performance of TDengine](https://tdengine.com/2021/10/09/3114.html) for detail.
## Client and Alarm Module ## Client and Alarm Module
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册