Currently, application allows to see how many virtual hard drive space used by images only.
In case of you need to see HDD, RAM or CPU per each containers you need install Google CAdvisor and go to it, which is not always useful.
It would be great to see HDD, RAM and CPU in the AMHub for each running containers.
The easiest way to implement it is to use public Google CAdvisor REST API. The application could recognise if CAdvisor is installed in the docker and then use its api to show resource usage.
Currently, application allows to see how many virtual hard drive space used by images only.
In case of you need to see HDD, RAM or CPU per each containers you need install Google CAdvisor and go to it, which is not always useful.
It would be great to see HDD, RAM and CPU in the AMHub for each running containers.
The easiest way to implement it is to use public Google CAdvisor REST API. The application could recognise if CAdvisor is installed in the docker and then use its api to show resource usage.