Socket
Socket
Sign inDemoInstall

concurix-monitor

Package Overview
Dependencies
4
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    concurix-monitor

Concurix monitoring agent


Version published
Weekly downloads
1
decreased by-97.5%
Maintainers
2
Install size
109 kB
Created
Weekly downloads
 

Readme

Source

This version has been deprecated, please use npm.im/concurix instead!

concurix-monitor

Node.js Real-time Visual Profiler and Monitoring

Node.js offers phenomenal performance and scalability (particularly on modern multi and manycore servers), but subtle programming bugs can demolish performance rapidly. Concurix builds trace analysis and visualization tools that make it easy for developers to pinpoint bottlenecks and uncork parallelism.

For more information, visit www.concurix.com.

For support, email support@concurix.com.

NPM

Build Status

Installation

$ npm install concurix-monitor

Quick Start

  1. Login on to www.concurix.com/manage_projects. When you create a project, you will be assigned an account key.

  2. Include the following snippet before any other require statement:

var cx = require('concurix-monitor')({accountKey: <your account key> });
cx.start();
  1. Run your app
$ node app.js
  1. Visit www.concurix.com/dashboard -> and select your project to view performance graphs.

API

concurix-monitor(opts:Object)

Initializes tracer. The tracer automatically wraps every function found in the exports object returned by require. This allows the tracer to partially reconstruct and visualize the call tree of your running code.

The following options are suported:

  • accountKey your account key, data is collected and analyzed per account key
  • archiveInterval time in milliseconds for sending data to the cloud for analysis and visualization. Defaults to 60000 for NODE_ENV=production, 2000 (2 seconds) otherwise.

Keywords

FAQs

Last updated on 03 Nov 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc