0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/api
Anthony Nandaa 367db920e3 doc: add details about rss on process.memoryUsage
1. `process.memoryUsage()` returns an object with 4 keys: `rss,
heapTotal, headUsed, external`. There were brief explanations for
the rest except `rss`. This commit adds this on the docs.

2. A little more clarity on `rss` to help people disambiguate it from
the virtual memory size.

PR-URL: https://github.com/nodejs/node/pull/16566
Refs: https://github.com/nodejs/node/pull/16566#discussion_r147545405
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2017-11-02 12:32:31 +02:00
..
_toc.md
addons.md build: make test-doc and lint addon docs 2017-10-30 17:28:07 +08:00
all.md
assert.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
async_hooks.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
buffer.md doc: replace methods used in the example code 2017-10-23 22:55:45 +03:00
child_process.md doc: add windowsVerbatimArguments docs 2017-11-02 16:49:38 +08:00
cli.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
cluster.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
console.md
crypto.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
debugger.md
deprecations.md module: revert #3384 DEP0019 EOL 2017-10-31 09:14:19 -07:00
dgram.md doc: fix dgram.md typos 2017-10-14 12:37:33 +08:00
dns.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
documentation.md
domain.md 2017-10-24, Node.js Version 8.8.0 (Current) 2017-10-24 17:50:44 -04:00
errors.md src: use internal/errors for startSigintWatchdog 2017-11-01 21:42:15 -07:00
esm.md doc: remove loader hooks from unsupported features 2017-10-25 10:57:51 -07:00
events.md
fs.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
globals.md
http2.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
http.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
https.md doc: fix doc styles 2017-10-24 18:04:18 +02:00
index.md
inspector.md doc: update test/inspector reference 2017-10-18 11:17:57 -07:00
intl.md
modules.md 2017-10-31, Version 8.9.0 'Carbon' (LTS) Release 2017-10-31 18:29:48 +00:00
n-api.md doc: update to use NAPI_AUTO_LENGTH 2017-10-15 15:52:42 -07:00
net.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
os.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
path.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
perf_hooks.md perf_hooks: remove docs for unimplemented API 2017-09-29 09:38:48 -07:00
process.md doc: add details about rss on process.memoryUsage 2017-11-02 12:32:31 +02:00
punycode.md
querystring.md
readline.md doc: make default values and periods consistent 2017-10-30 11:08:47 +01:00
repl.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
stream.md doc: howto decode buffers extending from Writable 2017-10-31 19:43:04 +01:00
string_decoder.md
synopsis.md
timers.md
tls.md doc: fix inconsistent server.listen documentation 2017-10-19 02:26:01 -02:00
tracing.md
tty.md doc, win: remove note about resize 2017-10-26 18:10:48 +02:00
url.md
util.md doc: util.isDeepStrictEqual returns boolean 2017-10-31 23:57:51 +01:00
v8.md v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00
zlib.md 2017-10-31, Version 9.0.0 (Current) 2017-10-31 12:59:12 -07:00