Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.15 KB

File metadata and controls

23 lines (19 loc) · 1.15 KB

dpdk-net benchmark

Benchmark for different kind of workload, and different setups.

Single Zone

Machines are located close to each other, in the same data center.

Http read scenario

DPDK server serves a http html page, and tokio test client try to make as much traffic as possible. See:

Driver: mlx5_core: Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5 Virtual Function]

Azure Bench Result:

Note:

  • In some vm queue is less than cpu, so the machine is not fully utilized by the current bench server, which creates 1 thread per queue and process http request on that thread. But the above vm sizes has 1 queue per cpu.
  • The bench-test tokio client runs on Standard_D8s_v5 VM. Itself has perf bottle neck, and manifests in the Standard_D8s_v5 server tests. (TODO: use DPDK as the test client.)