mirror of
https://github.com/golang/go
synced 2024-11-26 18:26:48 -07:00
doc: fix typo in the diagnostics guide
Change-Id: Ib1b93e55788168b574badeb84d0e6c4f3795055e Reviewed-on: https://go-review.googlesource.com/62510 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
40a7de7b3a
commit
e91639285f
@ -103,8 +103,8 @@ production.
|
||||
|
||||
<p>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user