Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

i-status-linux

netrevisanto22ISC0.0.4

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.

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