Perf Engineering
Perf Engineering

Reputation: 11

Monitor JVM usage for AWS EC2 instance using Cloudwatch

I would like to monitor JVM usage for AWS ec2 instance using Cloudwatch. My java application has been hosted in EC2 instance and please help possible ways to monitor / configure with cloudwatch dashboards as custom metrics.

Thanks

Upvotes: 1

Views: 4331

Answers (1)

anon
anon

Reputation:

You can do that either through the API (PutMetricData) or through the CloudWatch agent and its collectd-cloudwatch output plugin.

Upvotes: 1

Related Questions