0.3.2 • Published 5 years ago

theeye-node-stat v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

node-stat

node-stat provides resources monitoring for Linux and Windows.

This is an extended version of Suguru Namura node-stat library. This version of the library is being used every day in our own client, which is also in constant development.

We didn't have the opportunity to use this library in every Windows/Linux platform. We know it doesn't work on every Windows/Linux, but we are planning to make it work. So far this is working on

Ubuntu 64
Ubuntu 32
Windows 2013 Server.

If you found a bug or issue or need an upgrade, please feel free to open an issue, it will help us improve. We also are open to discuss any further feature or improvement, and collaboration is welcome.

Usage

The use is the same as with the original library.

Use on console

npm install -g theeye-node-stat
nodestat
nodestat -i 5

Use as module

var nodestat = require('node-stat');
setInterval(function() {
    nodestat.get('stat','net','load','disk', function(err, data) {
        console.log(JSON.stringify(data));
    });
}, 1000);

License

MIT

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.3

7 years ago

0.2.1

7 years ago