Monitor load average on your *nix machine.
-
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 -
Run
-
Start node
$ npm startThis 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
-
- 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?