Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Cluster Routing

Configuration Options     Related Tasks     Related Topics

Use this page to monitor cluster routing statistics for a Web service or Web service client endpoint on a single server.

Configuration Options

Name Description
Routing Failure Count

The number of times a message failed to be routed, since the server started.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutingFailureCount

Last Routing Failure

The exception that caused the last routing failure, or null if no failures have occurred.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailure

Last Routing Failure Time

The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred).

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailureTime

Request Count

The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RequestCount

Routed Request Count

The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutedRequestCount

Response Count

The number of responses (messages with a RelatesTo header) that have come through this front-end since the server started.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.ResponseCount

Routed Response Count

The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutedResponseCount

Related Tasks

Related Topics


Back to Top