Node.js process.resourceUsage() Function
The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require(). It can also be explicitly accessed using require() function. process.resourceUsage() is a new method tha