This chapter describes the service statistics that Oracle Service Bus captures.
In Oracle Service Bus, you can collect many types of statistics when you monitor business services or proxy services. The name of statistics are linked to component of the service for which they are collected using '.'.
Table F-1 lists the different statistics available in Oracle Service Bus:
Table F-1 Different Statistics in Oracle Service Bus
Name | Type of Associated Service | Type |
---|---|---|
Transport.error-count |
Business Service and Proxy Service |
count |
Transport.message-count |
Business Service and Proxy Service |
count |
Transport.response-time |
Business Service and Proxy Service |
interval |
Transport.failover-count |
Business Service |
count |
Security.WebService Security.wss-error |
Business Service and Proxy Service |
count |
Alert.sla-all |
Business Service and Proxy Service |
count |
Alert.sla-normal |
Business Service and Proxy Service |
count |
Alert.sla-warning |
Business Service and Proxy Service |
count |
Alert.sla-minor |
Business Service and Proxy Service |
count |
Alert.sla-major |
Business Service and Proxy Service |
count |
Alert.sla-critical |
Business Service and Proxy Service |
count |
Alert.sla-fatal |
Business Service and Proxy Service |
count |
Alert.pipeline-all |
Proxy Service |
count |
Alert.pipeline-warning |
Proxy Service |
count |
Alert.pipeline-minor |
Proxy Service |
count |
Alert.pipeline-major |
Proxy Service |
count |
Alert.pipeline-critical |
Proxy Service |
count |
Alert.pipeline-fatal |
Proxy Service |
count |
Router.error-count |
Proxy Service |
count |
Router.message-count |
Proxy Service |
count |
Router.validation-errors |
Proxy Service |
count |
Router.Pipeline.pipeline_name.error-count |
Proxy Service |
count |
Router.Pipeline.pipeline_name.message-count |
Proxy Service |
count |
Router.Pipeline.pipeline_name.elapsed-time |
Proxy Service |
count |
Router.Route Node.route_node_name.error-count |
Proxy Service |
count |
Router.Route Node.route_node_name.message-count |
Proxy Service |
count |
Router.Operation Node.route_node_name.elapsed-time |
Proxy Service |
count |
Router.Operation.operation_name.error-count |
Proxy Service |
count |
Router.Operation Node.operation_name.message-count |
Proxy Service |
count |
Router.Operation.operation_name.elapsed-time |
Proxy Service |
count |
Transport.url.url_name.status |
Business Service |
status |
Transport.url.url_name.error-count |
Business Service |
count |
Transport.url.url_name.message-count |
Business Service |
count |
Transport.url.url_name.response-time |
Business Service |
interval |
Transport.uri-offline_count-status |
Business Service |
status |
Transport.throttling-time |
Business Service |
interval |
Transport.cache-hit-count |
Business Service |
count |
For more information about statistics, see Appendix D, "JMX Monitoring API."
Notes:
Only the name of the statistics are displayed in the Oracle Service Bus Administration Console.
Statistics Router.error-count
, Router.message-count
, and Router.elapsed-time
are not displayed. Instead, Transport.error-count
, Transport.message-count
, and Transport.elapsed-time
are displayed.
Success Ratio
and Failure Ratio
are also displayed in the Administration Console. Success ratio
is the percentage ratio of, successful messages to total number of messages. Failure ratio
is the percentage ratio of failed messages to total number of messages.
You cannot obtain any statistic of the type status for a cluster using the JMX Monitoring APIs.