fix: correct cfgdir param meaning
This commit is contained in:
parent
5c4da6865c
commit
fcf306eb8d
|
@ -217,7 +217,7 @@ taosBenchmark -A INT,DOUBLE,NCHAR,BINARY\(16\)
|
||||||
The parameters listed in this section apply to all function modes.
|
The parameters listed in this section apply to all function modes.
|
||||||
|
|
||||||
- **filetype** : The function to be tested, with optional values `insert`, `query` and `subscribe`. These correspond to the insert, query, and subscribe functions, respectively. Users can specify only one of these in each configuration file.
|
- **filetype** : The function to be tested, with optional values `insert`, `query` and `subscribe`. These correspond to the insert, query, and subscribe functions, respectively. Users can specify only one of these in each configuration file.
|
||||||
**cfgdir**: specify the TDengine cluster configuration file's directory. The default path is /etc/taos.
|
**cfgdir**: specify the TDengine client configuration file's directory. The default path is /etc/taos.
|
||||||
|
|
||||||
- **host**: Specify the FQDN of the TDengine server to connect. The default value is `localhost`.
|
- **host**: Specify the FQDN of the TDengine server to connect. The default value is `localhost`.
|
||||||
|
|
||||||
|
|
|
@ -217,7 +217,7 @@ taosBenchmark -A INT,DOUBLE,NCHAR,BINARY\(16\)
|
||||||
本节所列参数适用于所有功能模式。
|
本节所列参数适用于所有功能模式。
|
||||||
|
|
||||||
- **filetype** : 要测试的功能,可选值为 `insert`, `query` 和 `subscribe`。分别对应插入、查询和订阅功能。每个配置文件中只能指定其中之一。
|
- **filetype** : 要测试的功能,可选值为 `insert`, `query` 和 `subscribe`。分别对应插入、查询和订阅功能。每个配置文件中只能指定其中之一。
|
||||||
- **cfgdir** : TDengine 集群配置文件所在的目录,默认路径是 /etc/taos 。
|
- **cfgdir** : TDengine 客户端配置文件所在的目录,默认路径是 /etc/taos 。
|
||||||
|
|
||||||
- **host** : 指定要连接的 TDengine 服务端的 FQDN,默认值为 localhost。
|
- **host** : 指定要连接的 TDengine 服务端的 FQDN,默认值为 localhost。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue