Memory Metric from ECS Fargate

0

Hello guys,

Is there a way to view the memory metrics from a task on ECS Fargate ?

I know through Container Insights, but I'd like to find another method.

thanks!

2 Answers
0

Hello,

One alternative is use AWS Exec https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html to get a container on the shell and run

top

or a similar command to view memory. Alternatively, you could install a container sidecar with memory metric monitoring capabilities like New Relic.

Feel free to ask a follow-up if the above doesn't make sense!

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions