configure: attempt to link against tcmalloc by default if available
[fio.git] / examples / rados.fio
CommitLineData
d5f9b0ea
IF
1######################################################################
2# Example test for the RADOS engine.
3#
4# Runs a 4k random write test against a RADOS via librados
5#
6# NOTE: Make sure you have either Ceph pool named 'rados' or change
7# the pool parameter.
8######################################################################
9[global]
10#logging
11#write_iops_log=write_iops_log
12#write_bw_log=write_bw_log
13#write_lat_log=write_lat_log
14ioengine=rados
15clientname=admin
16pool=rados
17busy_poll=0
18rw=randwrite
19bs=4k
20
21[rbd_iodepth32]
22iodepth=32
23size=128m
24nr_files=32