03f1300e2e
Added a new workload in browbeat, where in it runs fio benchmarks against vms attached with cinder volumes(backed by ceph) and collects the results Change-Id: I3bfe96fcf3242a0f88c50be35fe9d6368910fab8
20 lines
355 B
Django/Jinja
20 lines
355 B
Django/Jinja
[global]
|
|
bs = $@
|
|
runtime = {{ runtime }}
|
|
ioengine = libaio
|
|
iodepth = {{ io_depth }}
|
|
direct = 1
|
|
startdelay= {{ start_delay }}
|
|
clocksource = clock_gettime
|
|
directory = /mnt/fio/
|
|
write_bw_log = fio
|
|
write_iops_log = fio
|
|
write_lat_log = fio
|
|
log_avg_msec = 10000
|
|
write_hist_log = fio
|
|
|
|
[rhcs-read-test]
|
|
rw = $@
|
|
size = {{ workload_size }}
|
|
numjobs = {{ num_jobs }}
|