summaryrefslogtreecommitdiffstats
path: root/src/test/fio/ceph-librgw.fio
blob: fefca6f841dff3baec0856521993cf7fff839992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# example jobfile, e.g.:
# fio --max-jobs=20  /lv2tb/ceph-cp/src/test/fio/ceph-librgw.fio
#
[global]
ioengine=external:/home/mbenjamin/ceph-cp/build/lib/libfio_librgw.so
name=fiotest
direct=0
access_key=${AWS_ACCESS_KEY_ID}
secret_key=${AWS_SECRET_ACCESS_KEY}
userid=testuser
ceph_cluster=ceph
ceph_conf=/home/mbenjamin/ceph-cp/build/ceph.conf
#in current impl, there is only one, global bucket
bucket_name=fiotest
thread=1
nr_files=8
bs=256k
size=256k

[rgw_randwrite]
numjobs=8
rw=rw
rwmixread=70
rwmixwrite=30
offset=0
time_based=1
runtime=30s