Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 969 Bytes

Description

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

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.

Donate

#Plots CPU and RAM Usage
CPU Usage Per Process
RAM Usage Per Process