Get the resource usage information of the process (max RSS, CPU time, etc)
Only available after the process has exited
If the process hasn't exited yet, this will return undefined
Symbol
Get the resource usage information of the process (max RSS, CPU time, etc)
Only available after the process has exited
If the process hasn't exited yet, this will return undefined
The number of voluntary and involuntary context switches that the process made.
The amount of CPU time used by the process, in microseconds.
The maximum amount of resident set size (in bytes) used by the process during its lifetime.