jmx - monitoring & alerts for a j2se application -


I am preparing a J2SE application, and I am looking for a solution for monitoring and alerts. The requirements are:

  1. Objects can report their status and issue alerts when they have issues.
  2. Calling some pre-defined methods on specific objects (for example, to dump their position).
  3. Monitoring of JVM Health, especially memory usage.
  4. Access all the above methods from a remote computer.

What would be the best solution for that? Anything related to Jmx?

Yes, you are describing too much Jmx and MBAs.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -