procmon-agent

Node Procmon Agent

Usage no npm install needed!

<script type="module">
  import procmonAgent from 'https://cdn.skypack.dev/procmon-agent';
</script>

README

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)

License

ISC