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 adf98f6 commit 46aa343Copy full SHA for 46aa343
doc/api/process.md
@@ -3690,7 +3690,7 @@ added: v12.6.0
3690
* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.
3691
It is the same value as [`process.cpuUsage().system`][process.cpuUsage].
3692
* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set
3693
- size used in kilobytes.
+ size used in kibibytes (1024 bytes).
3694
* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by
3695
any platform.
3696
* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by
0 commit comments