thread-stats
v1.2.4
Published
Get resource usage for individual threads in the current process
Readme
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
