File: http-swift.fio

package info (click to toggle)
fio 3.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,012 kB
  • sloc: ansic: 82,290; python: 9,862; sh: 6,067; makefile: 813; yacc: 204; lex: 184
file content (32 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (5)
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
29
30
31
32
[global]
ioengine=http
rw=randwrite
name=test
direct=1
http_verbose=0
http_mode=swift
https=on
# This is the hostname and port portion of the public access link for
# the container:
http_host=swift.srv.openstack.local:8081
filename_format=/swift/v1/fio-test/bucket.$jobnum
group_reporting
bs=64k
size=1M
# Currently, fio cannot yet generate the Swift Auth-Token itself.
# You need to set this prior to running fio via
# eval $(openstack token issue -f shell --prefix SWIFT_) ; export SWIFT_id
http_swift_auth_token=${SWIFT_id}

[create]
numjobs=1
rw=randwrite
io_size=256k
verify=sha256

# This will delete all created objects again
[trim]
stonewall
numjobs=1
rw=trim
io_size=64k