diff options
author | houjingwen <houjingwen@huawei.com> | 2015-07-03 07:58:25 +0000 |
---|---|---|
committer | houjingwen <houjingwen@huawei.com> | 2015-07-06 02:40:51 +0000 |
commit | 6b667910909b332e78105ccdf17e39e4b286ed39 (patch) | |
tree | b58a13ad4f8b65dda0e289012c89a7410bd30271 /tools | |
parent | bca83ab90d5f6ffb0afe5f2e756e3fd37f85c2a7 (diff) |
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>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-modify.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index c2977896f..96447d8d9 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -27,6 +27,7 @@ grep trusty /etc/apt/sources.list && \ echo "deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list apt-get update apt-get install -y \ + fio \ iperf3 \ lmbench \ stress |