Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service Client: Monitoring: General

Configuration Options     Related Tasks     Related Topics

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

Configuration Options

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

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