Manoj4068
Manoj4068

Reputation: 153

JVM metrics for java application running on EC2

I have a use case to monitor the JVM metrics like(heap size,garbage collection etc) when my JAVA application is running .My application is running on EC2. can you help me how JCONSOLE be used in EC2,or any other open source or will cloud watch help in doing this when my appication is running

Thanks

Upvotes: 2

Views: 5865

Answers (1)

You can use AWS CloudWatch metrics to have monitoring of the instance. You can use Datadog services to have extra monitoring. You can use this document as a reference for datadog JMX integration.

If not, you can install JMX Directly on your EC2 instance

Upvotes: 2

Related Questions