configure: attempt to link against tcmalloc by default if available
[fio.git] / examples / http-webdav.fio
1 [global]
2 ioengine=http
3 rw=randwrite
4 name=test
5 direct=1
6 http_verbose=0
7 http_mode=webdav
8 https=off
9 http_host=localhost
10 filename_format=/dav/bucket.$jobnum
11 group_reporting
12 bs=64k
13 size=1M
14
15 [create]
16 numjobs=16
17 rw=randwrite
18 io_size=10M
19 verify=sha256
20
21 # This will delete all created objects again
22 [trim]
23 stonewall
24 numjobs=16
25 rw=trim
26 io_size=1M