Skip to content

Vitalik549/grid-monitor

Repository files navigation

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.

About

node.js server for grid instances monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published