jeqo / openmessaging-benchmark

OpenMessaging Benchmark Framework
Apache License 2.0
1 stars 0 forks source link

Running benchmarks against Aiven instance #1

Open jeqo opened 1 year ago

jeqo commented 1 year ago

Progress: https://github.com/jeqo/openmessaging-benchmark/pull/2

Issues:

jeqo commented 1 year ago

Command to build binaries:

 mvn install -pl "\!driver-kop" -am    

and avoid broken kop driver

jeqo commented 1 year ago

Command to run ansible on hardcoded client instances:

 ansible-playbook -i hosts.yaml deploy.yaml --limit client 
jeqo commented 1 year ago

AWS Security group needs:

jeqo commented 1 year ago

Command to run benchmark from one of the agents:

bin/benchmark --drivers driver-kafka/kafka-throughput.yaml workloads/1-topic-16-partitions-1kb.yaml
jeqo commented 1 year ago

Initial results for business 4 cluster on gcp eu-central-1: 1-topic-16-partitions-1kb-Kafka-2023-06-22-06-11-54.zip

test | avg | 50pct | 75pct | 95pct | 99pct | 999pct | 9999pct | max -- | -- | -- | -- | -- | -- | -- | -- | -- end-to-end-latency | 752.1609456 | 660.003 | 1065.007 | 1671.007 | 2125.007 | 2749.007 | 3620.015 | 4167.007 publish-latency | 679.4603813 | 584.427 | 994.995 | 1603.247 | 2060.215 | 2718.399 | 3476.687 | 4086.639 ![image](https://github.com/jeqo/openmessaging-benchmark/assets/6180701/ef8f82fd-655b-4ce1-8794-9665be9fc150)