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回答
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!

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ