Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service Client: Monitoring: Servers

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor a Web service client. Each row aggregates all of the statistics of a Web service client on a single server.

For JAX-WS Web services, the Web services runtime creates system-defined client instances within a Web service endpoint that are used to send protocol-specific messages as required by that endpoint. These client instances are named after the Web service endpoint that they serve wth the following suffix: -SystemClient. Monitoring information relevant to the system-defined client instances is provided to assist 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
Client

Gets the client ID for this client.

MBean Attribute:
WseeClientRuntimeMBean.ClientID

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

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.

Error Count

Total number of errors.

Last Response Error

Most recent response error.

Total Faults

Total number of security policy faults.

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

Authentication Successes

Total number of security policy authentication successes.

Authentication Violations

Total number of security policy authentication violations.

Authorization Successes

Total number of security policy authorization successes.

Authorization Violations

Total number of security policy authorization violations.

Confidentiality Successes

Total number of security policy confidentiality successes.

Confidentiality Violations

Total number of security policy confidentiality violations.

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.

Integrity Successes

Total number of security policy integrity successes.

Integrity Violations

Total number of security policy integrity violations.

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.

Last Routing Failure

Most recent routing failure.

Last Routing Failure Time

Time of the most recent routing failure.

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

Policy Faults

Total number of security policy endpoint faults.

Request Count

Total number of requests.

Response Time High

Highest execution time.

Response Time Low

Lowest execution time.

Response Time Total

Total execution time.

Routed Request Count

Total number of requests specifically routed to this server.

Routed Reponse Count

Total number of responses specifically routed to this server.

Routing Failure Count

Total number of routing failures.

Start Time

Date and time that the web service endpoint starts

MBean Attribute:
WseeBasePortRuntimeMBean.StartTime

Total Violations

Total number of security policy violations.

Transport Protocol Type

Specifies the transport protocol used to invoke this Web Service, such as HTTP, HTTPS, or JMS.

This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, 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.TransportProtocolType

Related Tasks

Related Topics


Back to Top