t/io_uring: only calculate per-file depth if we have files
[fio.git] / examples / librpma_gpspm-client.fio
CommitLineData
e4c4625f
JM
1# Example of the librpma_gpspm_client job
2
3[global]
4ioengine=librpma_gpspm_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 # write/randwrite
20blocksize=4KiB
21ramp_time=15s # gives some time to stabilize the workload
22time_based
23runtime=60s # run the workload for the specified period of time