NodeprocessProcess.uptimemethod Process.uptime#Process.uptime(): numberThe process.uptime() method returns the number of seconds the current Node.js process has been running. The return value includes fractions of a second. Use Math.floor() to get whole seconds. Return Type #number
method Process.uptime#Process.uptime(): numberThe process.uptime() method returns the number of seconds the current Node.js process has been running. The return value includes fractions of a second. Use Math.floor() to get whole seconds. Return Type #number