Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 897 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 897 Bytes

spyhop

spyhop

Container monitoring web UI inspired by docker-mon.

Get Spyhop

Requirements

  • Python 2.7 or above
  • pip

Installation

pip install -r requirements.txt

Run

On a host running containers:

./spyhop.py

Then point your browser to:

localhost:5000

Features

  • List all containers running on a host
  • See CPU utilisation for each container

Limitations/Todos

This is a work in progress with a long list of limitations to fix. Listing some of the major ones here.

  • Can we/do we want Spyhop to run inside a container?
  • Monitoring a single container instead of all in one graph
  • Ability to switch between containers by clicking the names in the list
  • Multiple views on the same page: cpum, mem, rx and tx (served by back-end)
  • Host metrics as overlay
  • Get metrics from multiple hosts