A lightweight, extremely short-interval RDMA performance testing tool!

    

A lightweight, extremely short-interval RDMA performance testing tool!

An RDMA perftest tool is open source now.

A lightweight, extremely short-interval RDMA performance testing tool.

What you need before using this tool

  1. You may need an RDMA Network interface card, with two different virtual machines, or you can use two different physical machines, each one has an RDMA NIC.
  2. We used standard IB verbs, you can use OFED driver to enable your RDMA NIC.
  3. If you don't have any RDMA physical devices, you can also try Soft-RDMA.

Brief introduction

This test tool provides performance tests for various RDMA operations. Users can customize the use of any port and gid of any device, and can specify precise test cycles (microsecond level). Users can also specify the batch size and message size of the test.

How to use

You can find my RDMA perftest tool in my github repo:
RDMAperf

1. Use git tool to download source code to you local machine:

git clone https://github.com/BangboLiang/RDMA-perftest.git

2. Compile the source code, take version 8 as an example: (library: ibverbs and pthread is needed.)

gcc -O2 -o MyPerfv8 MyPerfv8.c -libverbs -lpthread

3. For client, type:

./MyPerfv8 [options] [server ip address]

Such as:

./MyPerfv8 -d mlx5_2 -i 1 -g 3 -t 100 -o 0 -m 65536 -p 9923 192.20.21.6

4. For server, type:

./MyPerfv8 [options]

Such as:

./MyPerfv8 -d mlx5_2 -i 1 -g 3 -t 100 -o 0 -m 65536 -p 9923

has 3 comments

  1. 立意高远,以小见大,引发读者对社会/人性的深层共鸣。
  2. 语言通俗易懂,适合目标读者群体。
  3. 选材新颖独特,通过细节描写赋予主题鲜活生命力。

Add a new comment

  About the blogger

A PhD student in College of Computer Science and Electronic Engineering of Hunan University.

  Recent comments

  •  hofhzqodbd: 情感真挚自然,字里行间传递出强烈的感染力。
  •  zstewsltzd: 选材新颖独特,通过细节描写赋予主题鲜活生命力。
  •  awnuzkstyc: 语言通俗易懂,适合目标读者群体。
  •  alhkeoenkw: 操作步骤清晰,指导性强,易于实践。
  •  wuuyqzgowb: ?实用类评语?
  •  hffpkebrqv: 结论升华部分可联系更高维度价值观。
  •  xxkheclofm: 建议引入反面案例,增强辩证性。
  •  luzfkspnsa: 反驳对手观点时需更注重逻辑严密性。
  •  nishxcwrge: 这是一篇佳作,无论是从内容、语言还是结构上,都堪称完美。
  •  nmgixoplzo: 这篇文章提供了宝贵的经验和见解,对读者有很大的启发和帮助。

Welcome to my website!