Package Exports
- process-stats
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-stats) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
process-stats
Human readable stats for your NodeJS process.
Install
$ npm install process-stats --save
Usage
const procStats = require('process-stats')
console.log(procStats())
API
procStats([options])
options
pretty
Type: boolean
Default: true
Print pretty units per each stat. Set false
for get the raw value.
License
MIT © Kiko Beats.