0.2.1 • Published 7 years ago

tasklist-stream v0.2.1

Weekly downloads
5
License
WTFPL
Repository
github
Last release
7 years ago

tasklist-stream

Same as tasklist but with a streaming interface.

Installation

npm install tasklist-stream

Quickstart

const tasklist = require('tasklist-stream')

tasklist()
  .on('data', console.log)
  /* { imageName: 'node.exe',
       pid: 408,
       sessionName: 'Console',
       sessionNumber: 2,
       memUsage: 23031808 }
     { imageName: 'tasklist.exe',
       pid: 3728,
       sessionName: 'Console',
       sessionNumber: 2,
       memUsage: 8884224 } */

Examples

API

Documentation coming soon.

License

WTFPL – Do What the F*ck You Want to Public License.

Made with :heart: by @MarkTiedemann.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago