mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
22 lines
400 B
JSON
22 lines
400 B
JSON
{
|
|
"filetype": "query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"continue_if_fail": "yes",
|
|
"databases": "dbrate",
|
|
"query_times": 5,
|
|
"query_mode": "taosc",
|
|
"specified_table_query": {
|
|
"query_interval": 0,
|
|
"threads": 10,
|
|
"sqls": [
|
|
{
|
|
"sql": "select count(*) from meters"
|
|
}
|
|
]
|
|
}
|
|
}
|