Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Operations

Configuration Options     Related Tasks     Related Topics

This page displays monitoring information about the operations of a Web Service, such as the number of times it has been invoked, the average amount of time it took to complete the operation invocation, and so on.

Configuration Options

Name Description
Operation Name

Specifies the name of the operation for which runtime information is being provided.

MBean Attribute:
WseeOperationRuntimeMBean.OperationName

Invocation Count

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

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

MBean Attribute:
WseeOperationRuntimeMBean.InvocationCount

Dispatch Time Total

Specifies the total time for all dispatches of this operation in the current measurement period.

Dispatches refer to the time for WebLogic Server to process the invocation.

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

MBean Attribute:
WseeOperationRuntimeMBean.DispatchTimeTotal

Dispatch Time High

Specifies the 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:
WseeOperationRuntimeMBean.DispatchTimeHigh

Dispatch Time Low

Specifies the lowest 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:
WseeOperationRuntimeMBean.DispatchTimeLow

Dispatch Time Average

Specifies the 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:
WseeOperationRuntimeMBean.DispatchTimeAverage

Execution Time Total

Specifies the total time for all executions of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeTotal

Execution Time High

Specifies the longest execution time of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Specifies the lowest execution time of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeLow

Execution Time Average

Specifies the average execution time of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeAverage

Response Time Total

Specifies the total time for all responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeTotal

Response Time High

Specifies the longest response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeHigh

Response Time Low

Specifies the lowest response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeLow

Response Time Average

Specifies the average response time from the responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeAverage

Response Count

Specifies the total number of responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseCount

Response Error Count

Specifies the total number of errors from responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseErrorCount

Related Tasks

Related Topics


Back to Top