ballard26 / client-swarm

Test utility for running large numbers of concurrent client sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client-swarm

Quickstart

This tool is for stressing Redpanda with lots of concurrent producer connections.

# Get a rust toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# 2000 producers sending 100 messages each
# (Set your BROKERS and TOPIC as needed)
cargo run --release -- --brokers localhost:9092 producers --topic $TOPIC --count 2000 --messages 100

About

Test utility for running large numbers of concurrent client sessions


Languages

Language:Rust 100.0%