This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

statsbro

0.1.2 • Public • Published

statsbro

Util module which logs a subset of system information and statistics.

Examples

To simply print a system overview then log system statistics.

 
var StatsBro = require('statsbro'),
    statsbro = new StatsBro();
 
// immediately prints some basic system info and
// adds statistics log timer which will output every 10000ms
statsbro.systemInfo();
 
// setup the stats log timer
var logStatsContext = logStats(10000)
 
// start the timer
logStatsContext();
 

Readme

Keywords

none

Package Sidebar

Install

npm i statsbro

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • wolfeidau