aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-06 13:28:46 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-10 14:32:39 -0700
commit1128019d578e67040465cf1c187ccff3bda5a467 (patch)
treefc99aa60e528f3e25b1ca7c3f42172679b2c4bb9
parent58bfaf2d04e9d7d63c6889602f18d5ad40f866d5 (diff)
add netperf to init script
-rwxr-xr-xtools/gce/linux_performance_worker_init.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh
index 96e8a1353c..dc4784262e 100755
--- a/tools/gce/linux_performance_worker_init.sh
+++ b/tools/gce/linux_performance_worker_init.sh
@@ -77,6 +77,9 @@ sudo apt-get install -y \
# perftools
sudo apt-get install -y google-perftools libgoogle-perftools-dev
+# netperf
+sudo apt-get install -y netperf
+
# C++ dependencies
sudo apt-get install -y libgflags-dev libgtest-dev libc++-dev clang