output_buffer: only realloc once, and memset just what we need
[fio.git] / examples / rdmaio-client.fio
CommitLineData
21b8aee8 1# Example rdma client job
2[global]
3ioengine=rdma
cdf91594
LG
4hostname=[hostname]
5port=[port]
6verb=[read/write/send/recv]
21b8aee8 7bs=1m
8size=100g
9
10[sender]
11rw=write
12iodepth=1
cdf91594 13iodepth_batch_complete=1