commit | 7247f9c647a4bd6d3bf4837faa3e9dc61d713c0a | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Jun 01 09:19:09 2016 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Wed Jun 01 20:37:07 2016 -0700 |
tree | 20c2dc369475e75618cd33ac88b6fd9230a1cf83 | |
parent | 95ee50c81e93b2dae450df546f7ca16e078834a6 [diff] |
Collect gsutil process count in devserver One major cause of devserver overload is too many downloading attempts from gsutil. That leads to disk io and CPU load issue. This change collects the gsutil process count in check_health, so caller can use that data to pick a healthy devserver. BUG=None TEST=run devserver, curl http://localhost:8080/check_health Change-Id: Ib4980164bc23e5d6af12a5c75a53745c8a659311 Reviewed-on: https://chromium-review.googlesource.com/348710 Commit-Ready: Dan Shi <dshi@google.com> Tested-by: Dan Shi <dshi@google.com> Reviewed-by: Dan Shi <dshi@google.com>