Socket
Book a DemoInstallSign in
Socket

@dottoxd/statusmonitor-process

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dottoxd/statusmonitor-process

A free status monitor solution, used to show a nodejs process' resources usage. This is an early version. You can selfhost a [statusmonitor-server](https://github.com/DottoXD/statusmonitor-server) instance and connect those 2, you will get a beautiful st

1.0.3-2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

statusmonitor-process

A free status monitor solution, used to show a nodejs process' resources usage. This is an early version. You can selfhost a statusmonitor-server instance and connect those 2, you will get a beautiful status page that shows your nodejs process' stats.

important note

This project runs with fastify, pidusage and systeminformation

update 1.0.3

  • first stable release
  • (1.0.3) ping support
  • (1.0.3) bug fixes
  • typescript support

features

Every feature available in statusmonitor-client is available there too!

known issues

There are no known issues at the moment.

simple setup guide

You can easily setup statusmonitor-server in 2 steps!

Step one: install the package!

npm i @dottoxd/statusmonitor-process

Step two: configure your project! just 3 lines of code are needed for this to work!

Running with a new fastify instance:

const StatusMonitor = require("@dottoxd/statusmonitor-process")
const Monitor = new StatusMonitor.Process("Your application name", "DOCKER", "US", 3000);
const ProcessMonitor = Monitor.statsFetcher();

Running with an existing fastify instance

const StatusMonitor = require("@dottoxd/statusmonitor-process")
const Monitor = new StatusMonitor.Process("Your application name", "DOCKER", "US", 3000, fastify);
const ProcessMonitor = Monitor.statsFetcher();

FAQs

Package last updated on 30 Mar 2022

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.