1.0.1 • Published 8 years ago

js-top v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Intruduce

  • js-top is a javascript tool for linux / osx top shell command listener.

How to

// subscribe top
const top = require('js-top');
const unsubscribe = top.subscribe(function (data) {
  const { task, cpu, ram, swap, process, time } = data;
  ...
});

// unsubcribe top
unsubscribe();
1.0.1

8 years ago

1.0.0

8 years ago