'TDengine taos tools [closed]
Documentation only notes:
taos-tools are some useful tool collections for TDengine.
With install and config tutorial.
However, as a TDengine self-learner, I still confuse about how to properly use taos tools to increase functionality of my TDengine server. Where can I find the formal document or details about how to use it?
Solution 1:[1]
I think taosbenchmark user manual in Chinese or taosbenchmark user manual in English) will help.
We'll provide much more documentations on this tools.
Solution 2:[2]
taosTools majorly consists of 2 tools: taosBenchmark and taosdump taosBenchmark is a tool used to generate data traffic for performance/load testing; taosdump is a tool used to export data from a TDengine and import into another TDengine.
Here are the links for their user manual: https://github.com/taosdata/taos-tools/blob/develop/taosbenchmark-user-manual.md https://github.com/taosdata/taos-tools/blob/develop/taosdump-user-manual.md
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | zitsen |
| Solution 2 | wade zhang |
