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

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

MBean Attribute:
WseeBaseOperationRuntimeMBean.OperationName

Error Count

Total number of errors.

Last Response Error

Most recent response error.

Invocation Count

Total number of invocations.

Response Count

Total number of responses.

Response Error Count

Total number of response errors.

Dispatch Time Average

Average dispatch time.

Execution Time Average

Average execution time.

Response Time Average

Average response time.

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

Highest dispatch time.

Dispatch Time Low

Lowest dispatch time.

Dispatch Time Total

Total dispatch time.

Execution Time High

Highest execution time.

Execution Time Low

Lowest execution time.

Execution Time Total

Total execution time.

Last Error

Most recent error.

Last Error Time

Time of the most recent error.

Last Invocation Time

Time of the most recent invocation.

Last Response Error Time

Time of the most recent response error.

Last Response Time

Time of the most recent response.

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

Specifies the 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

MBean Attribute:
WseeBasePortRuntimeMBean.PortName

Response Time High

Highest execution time.

Response Time Low

Lowest execution time.

Response Time Total

Total execution time.

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 and of the form
<app name>#<app version>!<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