tags:

views:

27

answers:

2

Hello stackoverflow'ers,

May I know what are the typical metrics that application developers usually find interesting with the use of JMX other than:

  • CPU Utilization
  • Memory consumption

Nicholas

+1  A: 

I would add:

  • Class loaders behaviour
  • Threads
Pablo Santa Cruz
+1  A: 
  • memory usage diagram (you can see gc runs and detect memory leaks)
  • stack trace of specified thread
  • jvm uptime, OS information
  • all jmx exposed data with your application
zaletniy