Thanks to visit codestin.com
Credit goes to github.com

Skip to content

atneik/Load-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Monitor

Monitor load average on your *nix machine.

Instructions

  1. Installation We would need npm to get all required packages. The npm command-line tool is bundled with Node.js. If you have it installed, then you already have npm too. If not, go download Node.js. Now, go to the root of the project and:

     $ npm install
    
  2. Run

    • Start node

        $ npm start
      

      This will run a node server serving the web app and a socket to deliver real-time load averages to the client.

    • Test

      This project uses Mocha to run test cases. The following command will start asset test cases on Alert (as of now).

        $ npm test
      

Future Improvements

  • A more sophisticated Alerting system which takes in multiple parameters to track and gives unique Ids to each identify alert so as to better track and resolve.
  • Debate about using sockets/websockets?
  • Use of cubism?

About

Monitor load average on your *nix machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published