Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: General

Configuration Options     Related Tasks     Related Topics

Use this page to monitor general statistics of a Web service or Web service client endpoint on a single server. This page aggregates the statistics of all the endpoint operations.

Configuration Options

Name Description
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

Transport Protocol Type

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

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

Web Service

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

Client

Gets the client ID for this client.

MBean Attribute:
WseeClientRuntimeMBean.ClientID

Application

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Module

Returns the web URI as configured in application.xml for the web application. For a standalone WAR, it will return the docroot (if exploded) or the name of the WAR file (if archived).

MBean Attribute:
WebAppComponentRuntimeMBean.ModuleURI

Context Root

Returns the context root (context path) for the web application.

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

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.

For more information on server naming conventions, see Domain and Server Name Restrictions in Understanding Domain Configuration for Oracle WebLogic Server.

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.

Machine

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

If you want to use Node Manager to start this server, you must assign the server to a machine and you must configure the machine for 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.

Start Time

Date and time that the Web service endpoint started.

MBean Attribute:
WseeBasePortRuntimeMBean.StartTime

Error Count

Number of errors sending or receiving a request.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ErrorCount

Response Error Count

Total number of errors from responses generated from operation invocations.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseErrorCount

Total Security Faults

Total number of security faults and violations.

MBean Attribute:
WseeBasePortRuntimeMBean.TotalSecurityFaults

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

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

Related Tasks

Related Topics


Back to Top