edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Web Service: Monitoring: Ports: Operations
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
- Start and stop a Web Service
- View the SOAP message handlers of a Web Service
- View the WSDL of a Web Service
- View the Web Service configuration
- Associate a WS-Policy file with a Web Service
- Introducing WebLogic Web Services
- Getting Started With WebLogic Web Services Using JAX-WS
- Getting Started With WebLogic Web Services Using JAX-RPC
- Programming Advanced Features of WebLogic Web Services Using JAX-WS
- Programming Advanced Features of WebLogic Web Services Using JAX-RPC
- Securing WebLogic Web Services
- WebLogic Web Services Reference