glusterfs: update for new API
[fio.git] / examples / http-swift.fio
CommitLineData
09fd2966
LMB
1[global]
2ioengine=http
3rw=randwrite
4name=test
5direct=1
6http_verbose=0
7http_mode=swift
8https=on
9# This is the hostname and port portion of the public access link for
10# the container:
11http_host=swift.srv.openstack.local:8081
12filename_format=/swift/v1/fio-test/bucket.$jobnum
13group_reporting
14bs=64k
15size=1M
16# Currently, fio cannot yet generate the Swift Auth-Token itself.
17# You need to set this prior to running fio via
18# eval $(openstack token issue -f shell --prefix SWIFT_) ; export SWIFT_id
19http_swift_auth_token=${SWIFT_id}
20
21[create]
22numjobs=1
23rw=randwrite
24io_size=256k
25verify=sha256
26
27# This will delete all created objects again
28[trim]
29stonewall
30numjobs=1
31rw=trim
32io_size=64k