From: Jaana Burcu Dogan Date: Sat, 9 Sep 2017 08:36:25 +0000 (-0700) Subject: doc: fix typo in the diagnostics guide X-Git-Tag: go1.10beta1~1148 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e91639285f404543d4e2fc9bd6ea9015f4314250;p=gostls13.git doc: fix typo in the diagnostics guide Change-Id: Ib1b93e55788168b574badeb84d0e6c4f3795055e Reviewed-on: https://go-review.googlesource.com/62510 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/diagnostics.html b/doc/diagnostics.html index 74768ce750..aaaf9d33e7 100644 --- a/doc/diagnostics.html +++ b/doc/diagnostics.html @@ -103,8 +103,8 @@ production.

You may want to periodically profile your production services. -Escpeically in system with many replicas of a single process, selecting -a random replica periodically is safe option. +Especially in a system with many replicas of a single process, selecting +a random replica periodically is a safe option. Select a production process, profile it for X seconds for every Y seconds and save the results for visualization and analysis; then repeat periodically. Results may be manually and/or automatically