web-stats project is a real-time monitoring tool that displays server metrics with linux OS including CPU, RAM, disk, and network usage.
Available stats:
- CPU usage (total or per-core)
- Memory usage (RAM, cache, or swap)
- Disk space utilization
- Network traffic by interface
- Download or clone this github repo
- Install packages using command:
npm install
- Start server using one of following commands:
node .
node index.js
npm install -g pm2
pm2 start index.js --name web-stats