Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 364 Bytes

container-monitoring-service

Identify Containers

Collect basic information of the containers

Periodically collect docker stats metrics

@cortesy some algorithm reference are taken from

https://github.com/TomasTomecek/sen/blob/master/sen/util.py#L158

How to build & generate container image

sudo ./build.sh

How to run

cd runtime

sudo docker-compose up