Skip to content

pgte/node-procmon-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Procmon Agent for Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published