mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* merge: taos-tools and case 3.0 to main branch * add -s option and modify concurrent name to threads
24 lines
No EOL
499 B
JSON
24 lines
No EOL
499 B
JSON
{
|
|
"filetype":"query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "localhost",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "db",
|
|
"query_times": 1,
|
|
"kill_slow_query_threshold": 1,
|
|
"kill_slow_query_interval": 1,
|
|
"reset_query_cache": "yes",
|
|
"specified_table_query":
|
|
{
|
|
"query_interval": 1,
|
|
"concurrent":1,
|
|
"sqls":
|
|
[{
|
|
"sql": "select count(*) from db.stb",
|
|
"result": "./taosc_query_specified"
|
|
}]
|
|
}
|
|
} |