![]() ![]() ![]() ![]() ![]() ![]() |
This topic contains the following sections:
The BEA TSAM Agent enhances Tuxedo infrastructure to collect the performance metrics when TSAM is enabled. The instrument covers the major performance sensitive areas in Tuxedo applications, that is call path stages, services, transactions and system servers. TSAM Agent uses Tuxedo FML32 typed buffer to contain the metrics collected so that each metric is defined as a built-in FML32 field. The monitoring points depend on the monitoring types and only apply to Tuxedo ATMI applications. Listing 2-1 lists the monitoring points.
After request1 message got from IPC queue
|
|
1Only data collection point, no plug-in invocation |
Main Loop1
|
1The metrics are collected internally and this point is to pass the data to plug-in |
Before the1 transaction routine executed
|
|
1Only data collection point, no plug-in invocation |
Note: | The monitoring point is not necessarily added for all the message processing stages. It depends on the process internal running model. For example, when BRIDGE or WSH receives a message from the IPC queue, the message is forwarded to the network immediately. In this case, there is only one monitoring point (point l). |
![]() ![]() ![]() |