Skip to content

lincolnpahwa/load-monitor

Repository files navigation

load-monitor

This application reports machine load data obtained via uptime and alerts if 2 min. average load exceeds defined threshold.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd load-monitor
  • yarn install

Running / Development

Running Tests

  • yarn test

File descriptions

  • server/src/load-monitor Responsible for running uptime Task and reporting results (Test file: server/test/load.monitor.test.js)
  • server/lib/cmds/uptime Executes uptime on the machine
  • app/components/load-monitor-component Component responsible for rendering the updates for load.
  • app/mixins/web-socket-enabled Mixin to enable web socket updates
  • app/util/line-chart d3 line chart implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published