I see there are several node packages that allow you to look up a specific process\'s usage, such as https://www.npmjs.com/package/usage
I am trying to get the overa
You can also use process.cpuUsage() to return the system and user cpu time in microseconds. It can also calculate the difference to a previous call.
process.cpuUsage()
https://nodejs.org/api/process.html#process_process_cpuusage_previousvalue