Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1682)

Unified Diff: tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py

Issue 1376593003: Roll gsutil version to 4.15. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py
diff --git a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py
index 3e228fa1a575ca3b021b2f976d6991ed0025d096..df36363159981403fe4cf06634801c0e00833b73 100644
--- a/tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py
+++ b/tools/telemetry/third_party/gsutilz/gslib/addlhelp/throttling.py
@@ -23,7 +23,7 @@ _DETAILED_HELP_TEXT = ("""
Particularly when used with the -m (multi-threading) option, gsutil can
consume a significant amount of network bandwidth. In some cases this can
cause problems, for example if you start a large rsync operation over a
- network connection used by a number of other important production tasks.
+ network link that's also used by a number of other important jobs.
While gsutil has no built-in support for throttling requests, there are
various tools available on Linux and MacOS that can be used to throttle
@@ -43,7 +43,7 @@ _DETAILED_HELP_TEXT = ("""
example, the following command would reduce I/O priority of gsutil so it
doesn't monopolize your local disk:
- ionice -c 2 -n 7 gsutil gsutil -m rsync -r ./dir gs://some bucket
+ ionice -c 2 -n 7 gsutil -m rsync -r ./dir gs://some bucket
""")

Powered by Google App Engine
This is Rietveld 408576698