Skip to content

docker-oxford/spyhop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Container monitoring web UI inspired by docker-mon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published