diff options
author | kubi <jean.gaoliang@huawei.com> | 2015-10-13 15:22:20 +0800 |
---|---|---|
committer | kubi <jean.gaoliang@huawei.com> | 2015-10-15 09:15:37 +0800 |
commit | 070076aea759b0ee1fff37572e75cba13a7bd714 (patch) | |
tree | f8ce4116089dfbb5b18b28351da4a043cb7bdc7b /tools | |
parent | a1378b700a9234e7fcbf77c7890030b306bc65ea (diff) |
Support for netperf
As agreed in the IRC meeting, use iperf for YARDSTICK-112;
support for netperf shall also be included in the framework (Yardstick-121).
bulk data test and req/rsp test are supportted by netperf
JIRA:YARDSTICK-121
Change-Id: I0e934dc067802c2792d751a19a187cd00ad8741b
Signed-off-by: kubi <jean.gaoliang@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 6e750e097..93f2d307b 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -39,6 +39,7 @@ apt-get install -y \ linux-tools-common \ linux-tools-generic \ lmbench \ + netperf \ stress # restore symlink |