diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-08-02 07:16:27 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-08-03 04:03:24 +0000 |
commit | cee68c826b54f005de93a1cba39f2399a65d002b (patch) | |
tree | b88557550f20c6dc0900cc12f2836882d6ed9cb1 /install.sh | |
parent | e78324bf2672a694f460e953373f18729c476e8d (diff) |
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 <lvjing5@huawei.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |