perf_test.yaml 5.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
deploy_mode: no
taosd_autodeploy: False
install_package: /home/ubuntu/TDengine/release/TDengine-server-2.3.4.0-beta-Linux-x64.tar.gz
clean_env: True
hostname_prefix: vm
timeout: 10
taosd_dnode1: 
  ip: 192.168.1.85
  port: 22
  restful_port: 6041
  telnet_port: 6051
  username: root
  password: ******
  modify_cfg: False
  cfg: 
    dataDir: /data/lib/taos
    logDir: /data/log/taos

taosd_cluster: False
taosadapter_separate_deploy: True
taosd_dnode2: 
  ip: 192.168.1.83
  port: 22
  restful_port: 6041
  telnet_port: 6046
  username: root
  password: ******
  modify_cfg: False
  cfg: 
    dataDir: /data/lib/taos
    logDir: /data/log/taos

taosd_dnode3: 
  ip: 192.168.1.84
  port: 22
  restful_port: 6041
  telnet_port: 6046
  username: root
  password: ******
  modify_cfg: False
  cfg: 
    dataDir: /data/lib/taos
    logDir: /data/log/taos

taosd_dnode4: 
  ip: 192.168.1.86
  port: 22
  restful_port: 6041
  telnet_port: 6046
  username: root
  password: ******
  modify_cfg: False
  cfg: 
    dataDir: /data/lib/taos
    logDir: /data/log/taos

prometheus:
  autodeploy: True
  ip: 192.168.1.101
  port: 22
  username: root
  password: ******
  scrape_interval: 3s
  evaluation_interval: 1s
  scrape_timeout: 3s
  prometheus_addr: http://39.105.163.10:9000/prometheus-2.31.1.linux-amd64.tar.gz
  node_exporter_addr: https://github.com/prometheus/node_exporter/releases/download/v1.3.1/node_exporter-1.3.1.linux-amd64.tar.gz
  process_exporter_addr: https://github.com/ncabatoff/process-exporter/releases/download/v0.7.10/process-exporter-0.7.10.linux-amd64.tar.gz

jmeter:
  autodeploy: False
  aggregate_report: True
  clean_aggregate_report: True
  ip: 127.0.0.1
  port: 22
  username: root
  password: ******
  jmeter_addr: https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.4.1.tgz

testcases:
  testcase1:
    threads: 24
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase2:
    threads: 32
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase3:
    threads: 64
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase4:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  
  testcase5:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 2
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase6:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 3
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase7:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1000000
    tb_count: 1
    row_count: 1
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase8:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 5000000
    row_count: 1
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase9:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 100000
    row_count: 1000
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase10:
    threads: 100
    protocol: telnet-restful
    taosadapter_count: 1
    stb_count: 1
    tb_count: 10
    row_count: 10000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase11:
    threads: 24
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase12:
    threads: 32
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase13:
    threads: 64
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 3000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase14:
    threads: 100
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  
  testcase15:
    threads: 100
    protocol: json
    taosadapter_count: 2
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase16:
    threads: 100
    protocol: json
    taosadapter_count: 3
    stb_count: 1
    tb_count: 1
    row_count: 5000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase17:
    threads: 100
    protocol: json
    taosadapter_count: 1
    stb_count: 1000000
    tb_count: 1
    row_count: 1
    sleep_time: 60s
    tag_count: 10
    col_count: 1
  testcase18:
    threads: 100
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 5000000
    row_count: 1
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase19:
    threads: 100
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 100000
    row_count: 1000
    sleep_time: 60s
    tag_count: 10
    col_count: 1

  testcase20:
    threads: 100
    protocol: json
    taosadapter_count: 1
    stb_count: 1
    tb_count: 10
    row_count: 10000000
    sleep_time: 60s
    tag_count: 10
    col_count: 1