+

Search Tips   |   Advanced Search

 

Performance Monitoring Infrastructure client (WebSphere V4.0)

 

A Performance Monitoring Infrastructure (PMI) client is an application that receives PMI data from servers and processes this data. In WAS V4.0, PmiClient API takes PerfDescriptor(s) and returns PMI data as a CpdCollection object. Each CpdCollection could contain a list of CpdData, which has a CpdValue of the following types:

V4.0 PmiClient APIs are supported in this version, however, there are some changes. The data hierarchy is changed in some PMI modules, notably the enterprise bean module and HTTP sessions module. If you have an existing PmiClient application, and you want to run it against WebSphere Application Server V5.0 or above, you might have to update the PerfDescriptor(s) based on the new PMI data hierarchy. Also, the getDataName and getDataId methods in PmiClient are changed to be non-static methods in order to support multiple WAS versions. You might have to update your existing application which uses these two methods.


 

Related tasks


Use PMI client to develop your monitoring application (deprecated)