| At line 569 added 36 lines. |
| %%tab-EnableTimingStatistics |
| 1)By default timing statistics collection in message exchanges is disabled. \\ |
| 2)This behavior is configurable using the configuration property msgSvcTimingStatisticsEnabled. \\ |
| 3)Example to enable timing statistics collection\\ |
| {{{asadmin set-jbi-runtime-configuration msgSvcTimingStatisticsEnabled="true"}}} |
| ! Additional statistics available in Component Statistics \\ |
| "MessageExchangeResponseTime Avg (ns)" \\ |
| "MessageExchangeComponentTime Avg (ns)" \\ |
| "MessageExchangeDeliveryTime Avg (ns)" \\ |
| "MessageExchangeNMRTime Avg (ns)" \\ |
| ! Additional statistics available in ConsumingEndpoint Statistics \\ |
| "MessageExchangeStatusTime Avg (ns)" \\ |
| "MessageExchangeComponentTime Avg (ns)" \\ |
| "MessageExchangeDeliveryTime Avg (ns)" \\ |
| "MessageExchangeNMRTime Avg (ns)" \\ |
| ! Additional statistics available in ProvidingEndpoint Statistics \\ |
| "MessageExchangeResponseTime Avg (ns)" \\ |
| "MessageExchangeComponentTime Avg (ns)" \\ |
| "MessageExchangeDeliveryTime Avg (ns)" \\ |
| "MessageExchangeNMRTime Avg (ns)" \\ |
| %% |
| %% |
| ---- |
| * Back to [SystemicQualities.Monitoring] |