Skip to content

Idealist226/test_for_rdma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RDMA Test Benchmark

This is a benchmark for testing RDMA network performance.

  • rc_pingpong: used to test the send and receive of rdma requests in the form of pingpong.
  • rc_send: used to test the situation where one end continuously post send requests to the other end.
  • rc_send_sched: Create a latency-sensitive thread to send small messages, and create a bandwidth-sensitive thread to send large messages. You can choose whether to enable the scheduler we provide.
  • criu/basement: Used to test scenarios for migrating containers using CRIU.

How to build

Follow the steps below:

git clone [email protected]:Idealist226/test_for_rdma.git && cd test_for_rdma
mkdir build && cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published