From cee68c826b54f005de93a1cba39f2399a65d002b Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Wed, 2 Aug 2017 07:16:27 +0000 Subject: New storage test case: Bonnie++ JIRA: YARDSTICK-770 Bonnie++ is a disk and file system benchmarking tool for measuring I/O performance. With Bonnie++ you can quickly and easily produce a meaningful value to represent your current file system performance. This work is add new storage test case using Bonnie++. Change-Id: I752fee156707cda730962c68d17fda4d4e9cd472 Signed-off-by: JingLu5 --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 8a5050a61..58d070ecc 100755 --- a/install.sh +++ b/install.sh @@ -51,6 +51,7 @@ echo "vm.mmap_min_addr = 0" > /etc/sysctl.d/mmap_min_addr.conf # install tools apt-get update && apt-get install -y \ qemu-user-static/xenial \ + bonnie++ \ wget \ expect \ curl \ -- cgit 1.2.3-korg