
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@dottoxd/statusmonitor-process
Advanced tools
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
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.
This project runs with fastify, pidusage and systeminformation
Every feature available in statusmonitor-client is available there too!
There are no known issues at the moment.
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
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
We found that @dottoxd/statusmonitor-process demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.