system-usage-monitor
v1.0.1
Published
Simple system resources usage monitor for Node.js
Downloads
3
Readme
Node.js System Usage Monitor
Overview
This is a simple project that allows you to easily keep track of:
- Your system's uptime,
- Your RAM usage,
- Your CPU usage
- Displayed on a per core basis with a percentage
Usage
- Install the package,
npm install --save-dev system-usage-monitor
- Run it from the command line,
npx system-usage-monitor
- You're set!
This project was tested with Windows and both git bash and Windows cmd