aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-10 21:48:54 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-12 12:26:02 +0200
commitc2b64573b08351fb5acaf08f2314e57168ef846e (patch)
treef7c2ba6cdf187d71d05906b175ff91ad0b2b2cd9 /tools/gce
parente3162fd113ebec7203eb6117b30083cc32c6d496 (diff)
pip install psutil
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/linux_kokoro_performance_worker_init.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gce/linux_kokoro_performance_worker_init.sh b/tools/gce/linux_kokoro_performance_worker_init.sh
index b04552b455..2fa4512c7c 100755
--- a/tools/gce/linux_kokoro_performance_worker_init.sh
+++ b/tools/gce/linux_kokoro_performance_worker_init.sh
@@ -68,6 +68,9 @@ sudo apt-get install -y google-perftools libgoogle-perftools-dev
# netperf
sudo apt-get install -y netperf
+# required to run kokoro_log_reader.py
+sudo pip install psutil
+
# C++ dependencies
sudo apt-get install -y libgflags-dev libgtest-dev libc++-dev clang