Skip to content

Repository consists of the CPU and RAM monitor of the system where it is installed

Notifications You must be signed in to change notification settings

vishnuvv/cpu-ram-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime cpu and ram monitor with live charts

Instructions to install and run CPU and RAM Monitor App on ubuntu machine

WhatsApp Image 2021-09-03 at 8 55 44 PM

Consists of bar and line charts where bar chart represent the live CPU/Memory and line charts displays last 5 minutes data

node js server

redis timeseries database

chart js chart library

Once you unzip the repo execute the below commands to install prerequisites like node.js and redis and run the app

$sudo apt install curl
$curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
$sudo apt install nodejs
$sudo apt-get install redis-server

Start the redis-server

$sudo service redis-server start

To download and install dependent node modules in contest directory

$cd cpu-ram-monitor
$sudo npm install

Start Services:

$node app.js

and load localhost:9000 in browser

About

Repository consists of the CPU and RAM monitor of the system where it is installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published