2 # Sample benchmark task config file
3 # measure storage performance using fio
5 # For this sample just like running the command below on the test vm and
6 # getting benchmark info back to the yardstick.
8 # sudo fio -filename=/home/ubuntu/data.raw -bs=4k -ipdepth=1 -rw=rw \
9 # -ramp_time=10 -runtime=60 -name=yardstick-fio -ioengine=libaio \
10 # -direct=1 -group_reporting -numjobs=1 -time_based \
11 # --output-format=json
13 schema: "yardstick:task:0.1"
19 filename: /home/ubuntu/data.raw
40 image: yardstick-trusty-server
41 flavor: yardstick-flavor