JasonGiedymin / Holobot

Early experiment of vm automation
Other
1 stars 0 forks source link

Metrics Agent on deployment box #42

Closed JasonGiedymin closed 11 years ago

JasonGiedymin commented 11 years ago

Need an agent on deployment boxes, docker host, and docker guest. Deployment boxes house one master layer of docker. This master layer is called docker host. Each client gets their own cluster, so they get their own docker (which runs containers). A docker guest. Docker host runs many docker guests which are owned by the client. Each docker guest runs docker containers.

We need a agent to record stats like CPU, mem, io, net, for each layer:

  1. Deployment box {vm, physical, cloud}
  2. Docker host (master layer)
  3. Docker guest (client cluster)
  4. Docker container (client app).

This way we can properly gauge and then react or pass that action to the user given we all have info about the current state of the env.

JasonGiedymin commented 11 years ago

deprecated feature