Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: General

Configuration Options     Related Tasks     Related Topics

Use this page to monitor general statistics of a Web service. The page aggregates the statistics of all the servers on which this Web service is running.

Configuration Options

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

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

Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

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

Context Root

Returns the context root (context path) for the webapp

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

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