Operating Systems: i5/OS
Personalize the table of contents and search results
Use PMI client to develop your monitoring application (deprecated)
You can use the Performance Monitoring Infrastructure (PMI) interfaces
to develop your own applications to collect and display performance information.
Overview
The following is the programming model for Performance Monitoring
Infrastructure (PMI) client:
Procedure
- Create an instance of PmiClient.
This is used for all subsequent method calls.
- Optional: You can create your own MBeans. Refer
to Extending the WebSphere Application Server administrative system with
custom MBeans.
- Call the listNodes() and listServers(nodeName) methods to find
all the nodes and servers in the WebSphere Application Server domain.
- Call listMBeans and listStatMembers to get all the available MBeans
and MBeanStatDescriptors.
- Call the getStats method to get the Stats object for the PMI data.
- Optional: The client can also call setStatLevel or
getStatLevel to set and get the monitoring level. Use the MBeanLevelSpec objects
to set monitoring levels.
}
Performance Monitoring Infrastructure client (WebSphere V4.0)
Example: Performance Monitoring Infrastructure client with new data
structure
Related Reference
Performance Monitoring Infrastructure client package
PMI client interface (deprecated)
|