0.1.2 • Published 11 years ago

statsbro v0.1.2

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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();
0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago