Added nuttcp source to project (instead of wget'ing it).
Change-Id: I313ecc49972d7cc99b972a97a9774b2220617cc6
This commit is contained in:
parent
26c74e3288
commit
ef1b3b13d9
@ -39,7 +39,7 @@ KloudBuster VM images contain multiple open source license components:
|
|||||||
(https://raw.githubusercontent.com/giltene/wrk2/master/LICENSE)
|
(https://raw.githubusercontent.com/giltene/wrk2/master/LICENSE)
|
||||||
* Redis: BSD License (http://redis.io/topics/license)
|
* Redis: BSD License (http://redis.io/topics/license)
|
||||||
* FIO: GPL v2 (https://raw.githubusercontent.com/axboe/fio/master/MORAL-LICENSE)
|
* FIO: GPL v2 (https://raw.githubusercontent.com/axboe/fio/master/MORAL-LICENSE)
|
||||||
|
* nuttcp: GPL v2 (http://nuttcp.net/nuttcp/beta/LICENSE)
|
||||||
Although the VM image includes a binary copy of the FIO code, it does not
|
Although the VM image includes a binary copy of the FIO code, it does not
|
||||||
include the source code used to build it. In accordance to the GPL V2 license
|
include the source code used to build it. In accordance to the GPL V2 license
|
||||||
related to the inclusion of binary copies of FIO, the source code used to build
|
related to the inclusion of binary copies of FIO, the source code used to build
|
||||||
|
@ -88,14 +88,6 @@ make
|
|||||||
mv fio /usr/local/bin/fio
|
mv fio /usr/local/bin/fio
|
||||||
|
|
||||||
|
|
||||||
# Install nuttcp
|
|
||||||
cd /tmp
|
|
||||||
wget http://nuttcp.net/nuttcp/beta/nuttcp-7.3.3.c
|
|
||||||
gcc nuttcp-7.3.3.c -o nuttcp
|
|
||||||
mv nuttcp /usr/local/bin/nuttcp
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# =================
|
# =================
|
||||||
# KloudBuster Proxy
|
# KloudBuster Proxy
|
||||||
@ -113,6 +105,11 @@ rm -rf ../kb_server/public/ui/*
|
|||||||
mv dist/* ../kb_server/public/ui
|
mv dist/* ../kb_server/public/ui
|
||||||
|
|
||||||
|
|
||||||
|
# Install nuttcp
|
||||||
|
cd /kb_test/kloudbuster/kb_dib/elements/nuttcp
|
||||||
|
gcc nuttcp-7.3.3.c -o nuttcp
|
||||||
|
mv nuttcp /usr/local/bin/nuttcp
|
||||||
|
|
||||||
# =======
|
# =======
|
||||||
# Cleanup
|
# Cleanup
|
||||||
# =======
|
# =======
|
||||||
|
9485
kb_dib/elements/nuttcp/nuttcp-7.3.3.c
Normal file
9485
kb_dib/elements/nuttcp/nuttcp-7.3.3.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user