Home > Software design >  How to check the CPU and Memory Utilization of a container?
How to check the CPU and Memory Utilization of a container?

Time:06-20

Is there a way through which I can check the CPU Utilization of each of the containers for all the tasks in a service? I have containerInsights enabled on the cluster.

CodePudding user response:

If you have containerInsights enabled on the cluster, then those metrics you are asking about should be in CloudWatch. You will also see them in the Container Insights dashboard. I suggest reading the Container Insights release announcement that shows examples of the metrics and the dashboard.

  • Related