Home | History | Annotate | Download | only in examples
      1 # Example rdma client job
      2 [global]
      3 ioengine=rdma
      4 hostname=[hostname]
      5 port=[port]
      6 verb=[read/write/send/recv]
      7 bs=1m
      8 size=100g
      9 
     10 [sender]
     11 rw=write
     12 iodepth=1
     13 iodepth_batch_complete=1
     14