We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
process.resourceUsage()
1 parent d3afc63 commit b962560Copy full SHA for b962560
doc/api/process.md
@@ -3725,7 +3725,7 @@ added: v12.6.0
3725
* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.
3726
It is the same value as [`process.cpuUsage().system`][process.cpuUsage].
3727
* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set
3728
- size used in kilobytes.
+ size used in kibibytes (1024 bytes).
3729
* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by
3730
any platform.
3731
* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by
0 commit comments