Saif
Saif

Reputation: 3452

How to check the CPU and Memory Utilization of a container?

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.

Upvotes: 1

Views: 4577

Answers (1)

Mark B
Mark B

Reputation: 200850

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.

Upvotes: 2

Related Questions