This node module help You to monitoring server loading utilization in real time with graphs. All data based on data from linux top command.
- CPU Usage
- RAM Usage
- Per process CPU usage
- Per process RAM usage
git clone git://github.com/devalexqt/toplive.git
cd toplive
npm install
Then run server script:
node server.js
Now visit to http://same_ip:8081/ and click start button for monitoring in real time.