Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 739 Bytes

readme.md

File metadata and controls

30 lines (16 loc) · 739 Bytes

OS Stats

This is simple cpu and memory monitoring app. It use express.js and ws for server with websocket support. And d3.js library for dynamic client UI.

Screenshot:

alt text

Dependency:

This project depends on node.js, npm, bower and modern browser.

Install :

  1. Install npm dependencies

     npm install
    
  2. Install bower dependencies

     bower install
    

Use:

  1. Start WebSocet server

     npm start
    
  2. Open monitoring UI in the browser

    localhost:8080