{
  "filetype": "insert",
  "cfgdir": "/etc/taos",
  "host": "127.0.0.1",
  "port": 6030,
  "user": "root",
  "password": "taosdata",
  "thread_count": 4,
  "connection_pool_size": 20,
  "result_file": "./insert_res.txt",
  "confirm_parameter_prompt": "no",
  "prepared_rand": 10,
  "chinese": "no",
  "insert_interval": 0,
  "num_of_records_per_req": 10,
  "databases": [{
    "dbinfo": {
      "name": "db"
    },
    "super_tables": [{
      "name": "stb",
      "childtable_prefix": "stb_",
      "childtable_count": 10,
      "insert_rows": 10,
      "columns": [{"type": "INT"}],
      "tags": [{"type": "INT"}]
    }]
  }]
}
