Develop your own monitoring applications
Use the Performance Monitoring Infrastructure (PMI) interfaces to develop your own applications.
There are three such interfaces...
- JMX-based interface
- PMI client interface
- servlet interface
All three interfaces return the same underlying data.
The JMX interface is accessible through the WAS administartive client.
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 V7.0.
The JMX interface is the recommended way to collect PMI data.depfeat
Use PMI client to develop the monitoring application (deprecated).
Retrieve performance data with PerfServlet
Compile the monitoring applications
Run the new monitoring applications
Develop PMI interfaces (Version 4.0) (deprecated).
PMI client interface (deprecated)
Use the JMX interface to develop your own monitoring application
Develop PMI interfaces (Version 4.0) (deprecated)