When monitoring a remote app (using jstatd) I can neither profile nor monitor CPU consumption. Heap monitoring (provided I do not use G1) works. jvisualvm provides the message \"Not supported for this
I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are
I have a managed bean / service running inside of JBOSS.I then have a quartz job that will occasionally wake up and call a method of the managed bean.This method is sometimes long and drawn out, and s
Can any one suggest c++ equivalent of JMX ?开发者_如何学运维CMX is a little C and C++ library which allows to expose metrics like in JMX. It doesn\'t support operations, but already the fact that you
This question is not about how JMX works or what JMX does. This question is about applications of JMX in a standard application server environment in production. It is not for specific server either.