APM JMX metrics validation
search cancel

APM JMX metrics validation

book

Article ID: 273440

calendar_today

Updated On:

Products

DX Application Performance Management DX Operational Observability

Issue/Introduction

We have implemented remote JMX APMIA agents, we are getting the required metrics but unable to understand the Y axis in metrics view for few metrics. 

Environment

  • DX APM
  • DX O2

Resolution

JMX metrics is provided by the AppServer, we don't do any calculation. 

There are various methods and commands you can use to validate that APM reports the correct JMX values, you can install another third-party JMX tool and query for the same metric, time and resolution.

Option 1: Use jcmd utility

Option 2: jhsdb jmap --heap --pid <java process PID>

Additional Information