Merge branch 'add-librpma-engines' of https://github.com/janekmi/fio
[fio.git] / examples / librpma_apm-client.fio
CommitLineData
e4c4625f
JM
1# Example of the librpma_apm_client job
2
3[global]
4ioengine=librpma_apm_client
5create_serialize=0 # (required) forces specific initiation sequence
6serverip=[serverip] #IP address the server is listening on
7port=7204 # port(s) the server will listen on, <port; port + numjobs - 1> will be used
8thread
9
10# The client will get a remote memory region description after establishing
11# a connection.
12
13[client]
14numjobs=1 # number of parallel connections
15group_reporting=1
16sync=1 # 1 is the best for latency measurements, 0 for bandwidth
17iodepth=2 # total number of ious
18iodepth_batch_submit=1 # number of ious to be submitted at once
19rw=write # read/write/randread/randwrite/readwrite/rw
20rwmixread=70 # % of a mixed workload that should be reads
21blocksize=4KiB
22ramp_time=15s # gives some time to stabilize the workload
23time_based
24runtime=60s # run the workload for the specified period of time