|
JMX Polling |
|
|
The Studio - JMX Polling tool enables you to retrieve and analyze the values of MBean objects of diverse Java MBean enabled applications. You need no longer run separate JMX application interfaces. What you can do with this tool With the JMX polling tools, you can access and monitor the following MBean application servers: You can run string searches or perform numeric value extractions on the return output of all the above java-enabled applications servers to fine-tune your monitoring. Background information on JMX Java Management Extensions (JMX) a trademark of Sun Microsystems, is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (e.g. printers) and service oriented networks. Those resources are represented by objects called MBeans (for Managed Bean). JMX Architecture Java Management Extensions (JMX) technology provides the tools for building distributed Web-based modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks. JMX is based on 3-level architecture:
MBeans and Platform MBean Servers An MBean server is a repository of MBeans that provides management applications access to MBeans. An MBean is nothing but a java object that represents a manageable resource, such as an application, a service, a component, or a device. For example you could represent your laptop as an MBean and then "monitor" it. Applications do not access MBeans directly, but instead access them through the MBean server with their unique ObjectName. An MBean server implements the interface javax.management. MBeanServer
MBeanServers and BMC Performance Manager Express Monitoring Studio With the JMX polling feature of Monitoring Studio Express, you can easily monitor the above-mentioned application servers and consolidate the monitoring of these MBeanServers within your Portal environment. You need no longer interrogate the various application servers through their respective interfaces just to view the status of the MBeans. Monitoring Studio uses the MBeanServerConnection method, connecting to the platform MBeanServer of a running JVM. In this method, you use the getAttribute() method of MBeanServerConnection to get an attribute of a platform MBean, providing the MBean's ObjectName and the attribute name as parameters.
How it works (summary) The basic steps to execute JMX Polling are:
Fine-tune the monitoring by running string searches or performing numeric value extractions on the return output of the monitored instance. Parameters
|