Add support for measuring storage performance use fio 55/955/3
authorhoujingwen <houjingwen@huawei.com>
Fri, 3 Jul 2015 07:58:25 +0000 (07:58 +0000)
committerhoujingwen <houjingwen@huawei.com>
Mon, 6 Jul 2015 02:40:51 +0000 (02:40 +0000)
commit6b667910909b332e78105ccdf17e39e4b286ed39
treeb58a13ad4f8b65dda0e289012c89a7410bd30271
parentbca83ab90d5f6ffb0afe5f2e756e3fd37f85c2a7
Add support for measuring storage performance use fio

A simple test case is added that will test writes to ephemeral storage.
See samples/fio.yaml

The Fio test type can also be used to test block storage, just modify
the "filename" argument.

JIRA: YARDSTICK-34

Change-Id: I1758d2999f8a5fdd44726e1dfc3e9769ea39dad6
Signed-off-by: houjingwen <houjingwen@huawei.com>
samples/fio.yaml [new file with mode: 0644]
setup.py
tools/ubuntu-server-cloudimg-modify.sh
yardstick/benchmark/scenarios/storage/__init__.py [new file with mode: 0644]
yardstick/benchmark/scenarios/storage/fio.py [new file with mode: 0644]
yardstick/benchmark/scenarios/storage/fio_benchmark.bash [new file with mode: 0644]