Monitor an EC2 by CPU core

0

we want to create a monitor by CPU Core. Currently only summary(total CPU) is available. We have a product which is license to run on only a subset of the CPUs and want to monitor those cores.

John
asked 3 months ago118 views
1 Answer
0

Hi John,

Please check CloudWatch agent that this fullfill your requirements: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/metrics-collected-by-CloudWatch-agent.html

For Linux you can also use for example sysstat and it's sar package or top/htop/atop which may show core usage.

About "product" I assume that this require that specific EC2 should exact the same core that license allow - that's the standard, it's depends of "Product" but I suggest to do use exact sizing of license and EC2 instance.

Thanks,

profile picture
answered 3 months 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