Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Operations

Buttons     Column Display     Related Tasks     Related Topics

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

For JAX-WS Web services, the built-in Ws-Protocol operation displays statistics that are relevant to the underlying WS-* protocols. For example, for Web services reliable messaging, this operation captures message statistics for CreateSequence and AckRequested messages received or sent by the reliable messaging subsystem on behalf of the Web service or client. This information is helpful in evaluating the application performance.

Buttons

Name Description
Refresh icon

Refresh icon Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Operation Name

Name of the operation for which runtime information is being provided.

MBean Attribute:
WseeBaseOperationRuntimeMBean.OperationName

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

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

Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Client

Gets the client ID for this client.

MBean Attribute:
WseeClientRuntimeMBean.ClientID

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

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

Machine

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

You cannot change this value if a server instance is already running.

MBean Attribute:
ServerMBean.Machine

Changes take effect after you redeploy the module or restart the server.

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

Port

Name of this port.

This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web service. Programmers specify the name of the port using the portName attribute of the @WLXXXTransport annotation, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.

MBean Attribute:
WseeBasePortRuntimeMBean.PortName

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

Server

An alphanumeric name for this server instance. (Spaces are not valid.)

The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.

The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.

After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.

MBean Attribute:
ServerMBean.Name

Changes take effect after you redeploy the module or restart the server.

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

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

Related Tasks

Related Topics


Back to Top