Monitoring the performance of web services applications

You can monitor the performance of a web service that is implemented in the WebSphere® Application Server using Performance Monitoring Infrastructure (PMI) tooling.

About this task

You can use the Performance Monitoring Infrastructure (PMI) to measure the time required to process web services requests. To monitor the performance of a web services application, follow the steps in this task:

Procedure

  1. Enable PMI services in an application server through the administrative console.
    For detailed information, see the topic on enabling PMI using the administrative console. Complete the required steps and the optional step to enable statistics by clicking Custom and choosing a component to enable for statistics.
  2. Monitor performance with Tivoli® Performance Viewer.
    For detailed information, see the topic on monitoring performance with Tivoli Performance Viewer. In the performance view, expand the host and server. Select Web Services. Run the web services client application.

Results

PMI provides detailed statistics that can help you gain clear insight into the runtime behavior and performance of web services. Performance counters enable you to see key performance data for each individual web service including:

  • The number of requests dispatched to an implementation bean
  • The number of requests dispatched with successful replies
  • The average time in milliseconds to process full requests
  • The average time in milliseconds between receiving the request and dispatching it to the bean
  • The average time in milliseconds between the dispatch and receipt of a reply from the bean. This represents the time spent in business logic.
  • The average time in milliseconds between the receipt of a reply from a bean to the return of a result to the client
  • The average size of the SOAP request
  • The average size of the SOAP reply
To read about other web services PMI counters, see the PMI data organization information.

What to do next

If you are having problems with your web services applications, read about problems and solutions in the troubleshooting web services information.