Package Exports
- process-usage
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (process-usage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
process-usage
Display dynamic real-time information about running Node.js process.
Install
as package
$ npm install process-usage --saveas CLI
$ npm install process-usage --globalor
$ npx process-usageUsage
const procUsage = require('process-usage')()
// print collector stats
console.log(procUsage())
// destroy collector
console.log(procUsage.destroy())