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 Antworten
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!

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen