1.0.1 • Published 6 years ago

js-top v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.0

6 years ago