- Create an Event Hubs Namespace
- Pricing Tier: Basic
- Throughput Units: 20
- Create an Event Hub
- Name:
test
- Name:
- Create a VM
- Region: Same as Event Hubs Namespace
- Image: Ubuntu Server 18.04 LTS
- Size: DS3_v2 (4 cores, 14 GB RAM)
- Inbound Port Rules: Allow SSH
- OS Disk Type: Standard HDD
- SSH to VM
- Install Docker
- SSH to VM
export "EVENT_HUBS_CONNECTION_STRING=<your-connection-string>"
cd
to desired benchmark directory- Run
./build.sh
to create docker image - Run
./run.sh --help
to view command-line parameters - Run
./run.sh -p 1 -c 1
(with desired parameters) to run test