Domain: Monitoring: Deployments: Web Services
Use this page to monitor all the Web services that are deployed to this domain. Each row aggregates all of the statistics of one Web service across all the servers on which it is running.
Column Display
Name Description Service Name Specifies the qualified name of this Web service.
This attribute is calculated based on actual MBean type and of the form
WseeRuntimeMBean
: <app name>#<app version>!<service name>.
WseeV2RuntimeMBean
: <app name>#<app version>!<web WAR name or EJB JAR name>!<service name>.
MBean Attribute:
WseeV2RuntimeMBean.ServiceName
Application The name of the Enterprise application.
MBean Attribute:
ApplicationRuntimeMBean.ApplicationName
Module Returns the web-uri as configured in application.xml for the webapp. For a standalone war it will return the docroot (if exploded) or name of the war file (if archived).
MBean Attribute:
WebAppComponentRuntimeMBean.ModuleURI
Active Server Count Number of servers where this webservice is available.
Error Count Number of errors sending or receiving a request.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ErrorCount
Last Response Error Last response error to arrive for this client/service (or null if no errors have occurred).
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseError
Total Security Faults Total number of faults generated by this endpoint.
MBean Attribute:
WseeV2RuntimeMBean.TotalSecurityFaults
Invocation Count Total number of operation invocations in the current measurement period.
The measurement period typically starts when WebLogic Server is first started.
MBean Attribute:
WseeBaseOperationRuntimeMBean.InvocationCount
Response Count Total number of oresponses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseCount
Response Error Count Total number of errors from responses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseErrorCount
Dispatch Time Average Average operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeAverage
Execution Time Average Average operation execution time.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeAverage
Response Time Average Average response time from the responses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeAverage
Authentication Successes Total number of authentication successes detected for this port. Only incoming message processing can add to the success count.
MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationSuccesses
Authentication Violations Total number of authentication violations generated for this port. Only incoming message processing can add to the violation count.
MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationViolations
Confidentiality Successes Total number of confidentiality successes generated for this port. Both outgoing and incoming message processing can add to the success count.
MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialitySuccesses
Confidentiality Violations Total number of confidentiality violations generated for this port. Both outgoing and incoming message processing can add to the violation count.
MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialityViolations
Context Root Returns the context root (context path) for the webapp
MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot
Dispatch Time High Longest operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeHigh
Dispatch Time Low Shortest operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeLow
Dispatch Time Total Total time for all operation dispatches in the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeTotal
Execution Time High Longest operation execution time.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeHigh
Execution Time Low Shortest operation execution time.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeLow
Execution Time Total Total time for all operation executions.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeTotal
Integrity Successes Total number of integrity successes generated for this port. Both outgoing and incoming message processing can add to the success count.
MBean Attribute:
WseePortPolicyRuntimeMBean.IntegritySuccesses
Integrity Violations Total number of integrity violations generated for this port. Both outgoing and incoming message processing can add to the violation count.
MBean Attribute:
WseePortPolicyRuntimeMBean.IntegrityViolations
Last Error Last error that occurred processing a request.
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastError
Last Error Time Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastErrorTime
Last Invocation Time Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastInvocationTime
Last Response Error Time Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseErrorTime
Last Response Time Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseTime
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
Policy Faults Total number of policy faults.
MBean Attribute:
WseeBasePortRuntimeMBean.PolicyFaults
RequestCount The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started.
MBean Attribute:
WseeClusterRoutingRuntimeMBean.RequestCount
Response Time High Longest response time from the responses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeHigh
Response Time Low Lowest response time from the responses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeLow
Response Time Total Total time for all responses generated from operation invocations.
MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeTotal
Routing Failure Count The number of times a message failed to be routed, since the server started.
MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutingFailureCount
Total Violations Total number of authentication, integrity, and confidentialy violations. Both outgoing and incoming message processing can add to the violation count.
MBean Attribute:
WseePortPolicyRuntimeMBean.TotalViolations
URI Specifies the URI of this Web service.
This attribute corresponds to the final part of the endpoint address in the WSDL that describes the Web Services. It is specified at development time for JAX-RPC services using the serviceURI attribute of the @WLXXXTransport JWS annotation, where XXX refers to the transport, such as HTTP, HTTPS, or JMS. For JAX-WS services, this can be set during compilation.
MBean Attribute:
WseeV2RuntimeMBean.URI