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
- autoStart: (default: true) - make agent listen
- path: unix socket server path: (defaults to
/tmp/procmon-agent-{PID}.sock
)
Close
You can stop the agent:
var agent = require('procmon-agent')(options);
// ...
agent.close();
License
ISC