Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Two OMB workloads must be simulatenously run with the following
- # configuration to acheive 100 GiB/s of write throughput.
- name: bufstream
- topics: 5
- partitionsPerTopic: 256
- messageSize: 1024 # 1 KiB
- producerRate: 52428800 # 50 * 2^20
- producersPerTopic: 64
- useRandomizedPayloads: true
- randomBytesRatio: 0.25
- randomizedPayloadPoolSize: 1024
- subscriptionsPerTopic: 3
- consumerPerSubscription: 64
- consumerBacklogSizeGB: 0
- testDurationMinutes: 3600
- warmupDurationMinutes: 5
- warmupProducerRate: 5242880
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement