Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Monitoring: Web Services

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor all the Web services that are deployed to this domain. Each row aggregates all of the statistics of one Web service across all the servers on which it is running.

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

Specifies the qualified name of this Web service.

This attribute is calculated and of the form
<app name>#<app version>!<service name>.

MBean Attribute:
WseeV2RuntimeMBean.ServiceName

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

Active Server Count

Number of servers where this webservice is available.

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.

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.

Policy Faults

Total number of security policy endpoint faults.

RequestCount

Total number of requests.

Response Time High

Highest execution time.

Response Time Low

Lowest execution time.

Response Time Total

Total execution time.

Routing Failure Count

Total number of routing failures.

Total Violations

Total number of security policy violations.

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

Related Tasks

Related Topics


Back to Top