From bc2c4edcf22487d445c477a17c4051412af38072 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Thu, 15 Sep 2022 11:42:20 +0900 Subject: [PATCH] doc: use serial comma in report docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: https://github.com/nodejs/node/pull/44608 Reviewed-By: theanarkh Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Akhil Marsonya Reviewed-By: Rich Trott --- doc/api/report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/report.md b/doc/api/report.md index ecfd6667755..6d5341a59a2 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -10,7 +10,7 @@ Delivers a JSON-formatted diagnostic summary, written to a file. -The report is intended for development, test and production use, to capture +The report is intended for development, test, and production use, to capture and preserve information for problem determination. It includes JavaScript and native stack traces, heap statistics, platform information, resource usage etc. With the report option enabled, diagnostic reports can be triggered @@ -508,9 +508,9 @@ the application, in expectation of self-adjusting the resource consumption, load balancing, monitoring etc. The content of the report consists of a header section containing the event -type, date, time, PID and Node.js version, sections containing JavaScript and +type, date, time, PID, and Node.js version, sections containing JavaScript and native stack traces, a section containing V8 heap information, a section -containing `libuv` handle information and an OS platform information section +containing `libuv` handle information, and an OS platform information section showing CPU and memory usage and system limits. An example report can be triggered using the Node.js REPL: