Created
September 8, 2017 19:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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