npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

thread-stats

1.2.4

@kasperisager

npmHomeRepoSnykSocket
Downloads:0
$ npm install thread-stats
DailyWeeklyMonthlyYearly

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