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

Total number of errors.

Response Error Count

Total number of response errors.

Total Faults

Total number of security policy faults.

Invocation Count

Total number of invocations.

Response Count

Total number of responses.

Dispatch Time Average

Average dispatch time.

Execution Time Average

Average execution time.

Response Time Average

Average response time.

Related Tasks

Related Topics


Back to Top