npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

netjsagent

v4.13.1021

Published

Profiling tool for javascript

Downloads

466

Readme

Introduction

Cavisson Netjsagent is a part of Netdaignostics Enterprise (NDE),it is a comprehensive Application Performance Management (APM) solution for real-time monitoring, diagnostics and management of distributed processing in your application environment using state of art technologies with minimal overhead. Leading Fortune 500 brands rely on NDE to avert risks, reduce revenue loss, and improve customer loyalty by enabling proactive monitoring and real-time diagnosis of application performance issues.

Why Netjsagent? NDE provides simple and intuitive view of live application traffic and all contextual analysis germane to the monitoring and diagnostics. Following makes NDE, the most advanced APM offering:

End-to-end business transaction-centric monitoring and diagnostics
Comprehensive system level as well as service level monitoring
Deep diagnostics up to code / method level root cause analysis
Powerful dashboard features with an exclusive executive dashboard for business KPI monitoring
Big-data analytics, analyze millions of metrics, focus on those which matter

Installing the Node.js agent

You can install the latest version by typing the following command from the root directory of the Node.js application that you are instrumenting:

npm install netjsagent

If you know which specific version of the Node.js agent you want to install, you can specify it:

npm install netjsagent@<version>

Then paste the following in your application as the very first line of your application source code, before any other require statement,you can get the main file of application from package.json:

require("netjsagent").instrument()

Now create a new file <ndsettings.conf> in the root directory of Node.js application:

tier=NodeJS

server=Mew

instance=CAV-NODE

ndcHost=localhost

ndcPort=7892

#eventLoopMonitor=1

#gcProfiler=1

#dynamicThreshold=false

#Mode=shared

.