psjson

0.1.0 • Public • Published

psjson

Just simply converts output of a 'ps' command into JSON.

Installation

npm install psjson

Usage

var psjson = require('psjson');
psjson.ps('ps -ea', function(err, json) {
  console.dir(json);
});

If no command is specified, the command defaults to 'ps -eaf'.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    76
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    76

Package Sidebar

Install

npm i psjson

Weekly Downloads

76

Version

0.1.0

License

none

Last publish

Collaborators

  • feedhenry-dev
  • grdryn
  • wtrocki