Waziup / WaziCloud

WAZIUP Cloud and local platform
31 stars 28 forks source link

How to supervise docker containers? #131

Closed sabrine2020 closed 6 years ago

sabrine2020 commented 7 years ago

Hello,

Is there any way to supervise the containers? To be able to see how much they consume in term of memory, CPU.. cause I noticed that locally cygnus use a lot of memory.

cdupont commented 6 years ago

I use the command:

docker stats $(docker ps --format={{.Names}})

Which is very useful to get some statistics on docker containers running.