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 /tools | |
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 '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 66c740eb6..47e7357c9 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -48,6 +48,7 @@ EOF apt-get update apt-get install -y \ bc \ + bonnie++ \ fio \ git \ gcc \ |