Home

Awesome

procmon-agent

To be used with Procmon.

Install

$ npm i procmon-agent

Use

require('procmon-agent')();

Or, with options:

require('procmon-agent')(options);

Options

Close

You can stop the agent:

var agent = require('procmon-agent')(options);

// ...

agent.close();

License

ISC