From 6b667910909b332e78105ccdf17e39e4b286ed39 Mon Sep 17 00:00:00 2001 From: houjingwen Date: Fri, 3 Jul 2015 07:58:25 +0000 Subject: 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 --- tools/ubuntu-server-cloudimg-modify.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit 1.2.3-korg