Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Invocations

Configuration Options     Related Tasks     Related Topics

Use this page to monitor the invocation statistics for a Web service or Web service client endpoint on a single server. This page aggregates the statistics of all the endpoint operations.

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 operation invocations.

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 operation invocations 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 operation request to be sent or received (or 0 if no requests have been sent or received).

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastInvocationTime

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

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

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

Execution Time Average

Average operation execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeAverage

Execution Time Total

Total time for all operation executions.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeTotal

Execution Time High

Longest operation execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Shortest operation execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeLow

Response Count

Total number of oresponses generated from operation invocations.

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 operation invocations.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeAverage

Response Time Total

Total time for all responses generated from operation invocations.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeTotal

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

Related Tasks

Related Topics


Back to Top