New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

whatap

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whatap

Monitoring and Profiling Service

  • 0.4.90
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
increased by3.11%
Maintainers
1
Weekly downloads
 
Created
Source

WhaTap Logo

Whatap for Node.js

Whatap allows for application performance monitoring.

Works on Linux(32bit, 64bit), MacOSx(32bit, 64bit), Windows(32bit, 64bit).

*Node.js 지원 버젼: 4.3.2 이상

step01

Npm install

npm 에서 다음과 같은 명령어를 통해 whatap을 설치 할 수 있습니다.

$ npm install --save whatap

step02

License Key

node_modules/whatap에 있는 whatap.conf파일을 루트 디렉토리로 복사 후 라이센스 키를 발급받은 후 추가 해 주세요.

whatap.conf 파일은 다음과 같은 내용을 포함합니다.

license=XXXXXXXXXXXXXX-XXXXXXXXXXXXXX-XXXXXXXXXXXXXX
whatap.server.host=XXX.XXX.XXX.XXX

step03

Usage

루트 디렉토리의 Node.js Application에 다음과 같은 코드를 추가 해 주세요.

var WhatapAgent = require('whatap').NodeAgent;

step04

Restart

어플리케이션 서버가 실행되면 애플리케이션의 모니터링 정보를 수집하기 시작합니다.

FAQs

Package last updated on 05 Feb 2024

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