Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detail view on a specified attribute of a MBean

Current Developing State of the JMX-Sensor

Regarding Code:

  • Agent completely finished
    • Data of MBeans completely captured
    • Regular expressions work for ObjectNames
      • only if start of RegEx is defined (e.g.: "Catalina*"  is working, " * " only won't work)
    • Regular Expressions for Attributes won't work in the current version (changes in JmxSensor-class required to search for RegEx of Attribute-Names as they are passed directly)
  • CMR finished
    • Data stored in H2-Database
    • Access to data is implemented
  • UI partially finished
    • Display of most recent value of attributes of MBeans is done
    • no further data is displayed but may be acquired from the CMR

Regarding Server:

Tests were run on a Tomcat 7.0. Other java-based application servers should work without any problems as no specific libraries, communication protocols or else were used. But no tests were done on application servers beside Tomcat 7.0.