+

Search Tips   |   Advanced Search

 

Develop your own monitoring applications

 

You can use the Performance Monitoring Infrastructure (PMI) interfaces to develop your own applications to collect and display performance information.

 

Overview

There are three such interfaces - a Java Machine Extension (JMX)-based interface, a PMI client interface, and a servlet interface. All three interfaces return the same underlying data. The JMX interface is accessible through the WAS administartive client as described in Use the JMX interface to develop your own monitoring application. The PMI client interface is a Java interface that works with V3.5.5 and above. The servlet interface is perhaps the simplest, requiring minimal programming, as the output is XML.

Deprecated feature: The PMI client interface is deprecated in V6.1. The JMX interface is the recommended way to collect PMI data.depfeat

 

Procedure

  1. Use PMI client to develop your monitoring application (deprecated).

  2. Retrieving performance data with PerfServlet

  3. Compiling your monitoring applications

  4. Running your new monitoring applications

  5. Use the JMX interface to develop your own monitoring application.

  6. Developing PMI interfaces (Version 4.0) (deprecated).



PMI client interface (deprecated)

Use PMI client to develop your monitoring application (deprecated)

Retrieving performance data with PerfServlet

Use the JMX interface to develop your own monitoring application

Developing PMI interfaces (Version 4.0) (deprecated)

Compiling your monitoring applications

Running your new monitoring applications