cpu-perc
v1.0.3
Published
Gets the cpu percentage being used by node process.
Downloads
2
Maintainers
Readme
cpu perc
Gets cpu percentage of node process
Usage
const cpuPercentage = require("cpu-perc");
console.log(`This process is using ${cpuPerc()}`)
//example: This process is using 6.72%