browbeat/rally/rally-plugins/pbench-fio/templates/read.job.j2
rajeshP524 03f1300e2e Storage Automation with Pbench-fio
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
2023-09-28 14:47:41 +05:30

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 }}