Install npm and node with Homebrew or download from nodejs.org.
❕ Run following commands in project root directory
Install required modules:
npm install
Start server:
node server.js
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.