Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

concurix-monitor

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurix-monitor

Concurix monitoring agent

  • 0.7.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 03 Nov 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc