1.2.2 • Published 1 year ago
thread-stats v1.2.2
thread-stats
Get resource usage for individual threads in the current process.
npm i thread-statsUsage
const threadStats = require('thread-stats')
const threads = threadStats()
console.log(threads) // Prints stats for each threadLicense
Apache-2.0