Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Operations: Invocations

Configuration Options     Related Tasks     Related Topics

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

Configuration Options

Name Description
Error Count

Number of errors sending or receiving a request.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ErrorCount

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

Response Error Count

Total number of errors from responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseErrorCount

Last Response Error

Last response error to arrive for this client/service (or null if no errors have occurred).

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseError

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

Invocation Count

Total number of times that this operation has been invoked in the current measurement period.

The measurement period typically starts when WebLogic Server is first started.

MBean Attribute:
WseeBaseOperationRuntimeMBean.InvocationCount

Last Invocation Time

Time of the last request to be sent or received (or 0 if no requests have been sent or received).

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastInvocationTime

Dispatch Time Average

Average 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

Dispatch Time Total

Total time for all dispatches of this operation 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

Dispatch Time High

Longest 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 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

Execution Time Average

Average execution time of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeAverage

Execution Time Total

Total time for all executions of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeTotal

Execution Time High

Longest execution time of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Shortest execution time of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeLow

Response Count

Total number of responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseCount

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

Response Time Average

Average response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeAverage

Response Time Total

Total time for all responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeTotal

Response Time High

Longest response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeHigh

Response Time Low

Lowest response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeLow

Related Tasks

Related Topics


Back to Top