Is there a way to convert the os.cpus() info to percentage? Just like the output of iostat (on the CPU section).
My code:
var os = require(\'os\'); c
If you are looking at the CPU Usage per process try node-usage