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