

heapUsed refer to the memory usage of V8. moryUsage() Returns an object describing the memory usage (in bytes) of the Node.js process.process.cpuUsage() in object with attributes user and system Returns the user and system CPU time usage of the current process in microseconds.

process.env The environment variable for the application runtime environment.

