i-status-linux
v0.0.4
Published
Hardware util to bring up network interface, processor, memory and disk usage data, in JSON format, in realtime and of course, in LINUX based systems.
Downloads
1
Readme
Instalation
npm install i-status-linux
How to use?
You can send an json object to the generate method, containing:
require("i-status-linux").read(function(err,succ){
// Do your magic here!
});
For debuggin, please use the {silent: false} attribute
require("i-status-linux").read({
silent: false
}, function(err,succ){
// Do your magic here!
});
Credits
- Neto Trevisan - Backend/Frontend Web Developer