Hi all,
I’m fairly new to Docker and have a few general questions that you may be able to assist me with.
Can anyone recommend any bench-marking tools in order to compare and analyse a Docker container vs a VM to compare lets say Memory, CPU usage, Disk I/O & Network throughput?
Is there any other Docker commands that can be used in order to get more information about a container other than
- docker inspect #container-id
- docker info (which really gives you information on the VM or local machine where Docker is installed)
- du
- df
to allow a user gather more information about the container in order to compare resources to lets say a full Ubuntu VM?