A project to display server/vps/dedicated/pc/anything statistics on a website like:
- CPU Usage
- CPU Temperature
- RAM - GENERAL, SWAP or CACHE
- Server uptime
- Network usage
- Memory usage on the server's main disk and soon will be more stats
- 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