Skip to content

Instantly share code, notes, and snippets.

@wabouhamad
Created September 8, 2017 19:33
Show Gist options
  • Save wabouhamad/bb64bec3b752e791617ec59822b8ab51 to your computer and use it in GitHub Desktop.
Save wabouhamad/bb64bec3b752e791617ec59822b8ab51 to your computer and use it in GitHub Desktop.
Sample cluster-loader.py config yaml file for log-test at 400 messages per second
projects:
- num: 1
basename: lograte-400mpsec-
ifexists: delete
tuning: default
templates:
- num: 1
file: ./content/logtest/logtest-rc.json
parameters:
- REPLICAS: "1"
# 400 messages per sec = 400 * 60 messages per min = 24,000
# Also using 1024 byte/char message
- INITIAL_FLAGS: "--line-length 1024 --word-length 9 --rate 24000 --time 0 --fixed-line\n"
tuningsets:
- name: default
pods:
stepping:
stepsize: 5
pause: 0 min
rate_limit:
delay: 0 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment