Request metrics
WebSphere Application Sever also provides a request metrics facility that allows you to track the processing time of transactions, and key WAS components. Once enabled, the metrics can be sent to third-party monitoring agents like Application Response Measurement (ARM) Agents, and can also be saved to log files.
ARM is an industry-standard API that is used to monitor the availability and performance of applications. This monitoring is done from the perspective of the application itself, so it reflects those units of work (transactions) that are important from the perspective of measuring. We cannot cover how third-party tools like Tivoli which use this information via ARM as it is beyond the scope of this book; however, we can show how to configure WebSphere for products which use ARM.
Once enabled in WebSphere, the request metrics subsystem tracks individual transactions in a given piece or work, that is, a transaction as it is flowing through WebSphere. The information logged...