Nodejs recebem contagem de CPU

const os = require('os')
const cpuCount = os.cpus().length
Elated Echidna