Search code examples
dockermonitoringtelemetry

Docker telemetry and performance monitoring


What will telemetry and monitoring tools show if I lunch in (2 options)

  • docker container
  • host system

Will they show cpu\memory and etc usage of container only or of host system?

What are best practise? Monitoring software in each container or in host system?


Solution

  • The results should be exactly the same, because Docker containers are sharing their resources (unlike virtual machines).