Преглед на файлове

add netperf to init script

Jan Tattermusch преди 9 години
родител
ревизия
1128019d57
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tools/gce/linux_performance_worker_init.sh

+ 3 - 0
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