Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 656 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 656 Bytes

grid-monitor

Preparation

Install npm and node with Homebrew or download from nodejs.org.

Installation

❕ Run following commands in project root directory

Install required modules:

npm install

Execution

Start server:

node server.js

Usage

Input URLs to grid instances that should be tracked. URL expects to return JSON in the following format:

{
  "total": 71,
  "used": 0,
  "queued": 0,
  "pending": 0,
  "browsers": { ... }
}

Drag Table refresh rate slider to change frequency of table updates.