The Performance Monitor is a tool that helps administrators collect and display performance data from servers.
The Performance Monitor uses the Performance Monitoring Infrastructure (PMI). PMI is a set of packages and libraries designed to assist with gathering, delivering, processing, and displaying performance data in WebSphere administrative server domains. PMI follows a client/server architecture. In PMI terms, a server is any application that uses the PMI API to collect performance data; servers can include application servers, HTTP servers, and Java applications. A client is an application that receives performance data from a server or servers and processes the data; clients can include graphical user interfaces (GUIs) that display performance data in real time, applications that monitor performance data and trigger different events according to the current values of the data, or any other application that needs to receive and process performance data.
PMI classifies performance data into the following four types:
Data is organized by modules; each module has a configuration file in extensible markup language (XML) format that determines its organization. The configuration file lists a unique identifier for each piece of performance data in the module. A client can use the data's unique ID to retrieve the data's static information; the server then sends the dynamic information associated with that data to the client. A server can track many instances of each type of performance data--for example, a number of pieces of performance data tracking the average response time of bean methods. In this case, each piece of performance data shares the same ID, and the server sends additional identifying information (for example, the bean's home name) along with the performance data so that clients can distinguish among the different instances.
You can set performance monitoring levels from the administrative console. You can retrieve the performance data from Resource Analyzer.