Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Web Applications or EJB Modules: Monitor: Web Service Clients

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor a Web application or EJB module's Web service clients. This page aggregates the statistics across all the servers on which the component hosting the Web service client 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
Client

Gets the client ID for this client.

MBean Attribute:
WseeClientRuntimeMBean.ClientID

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

Active Server Count

Number of servers where this webservice is available.

Error Count

Total number of errors.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ErrorCount

Last Response Error

Most recent response error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseError

Total Security Faults

Total number of security policy faults.

MBean Attribute:
WseeBasePortRuntimeMBean.TotalSecurityFaults

Invocation Count

Total number of invocations.

MBean Attribute:
WseeBaseOperationRuntimeMBean.InvocationCount

Response Count

Total number of responses.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseCount

Response Error Count

Total number of response errors.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseErrorCount

Dispatch Time Average

Average dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeAverage

Execution Time Average

Average execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeAverage

Response Time Average

Average response time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeAverage

Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Authentication Successes

Total number of security policy authentication successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationSuccesses

Authentication Violations

Total number of security policy authentication violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.AuthenticationViolations

Confidentiality Successes

Total number of security policy confidentiality successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialitySuccesses

Confidentiality Violations

Total number of security policy confidentiality violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.ConfidentialityViolations

Context Root

Returns the context root (context path) for the webapp

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Dispatch Time High

Highest dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeHigh

Dispatch Time Low

Lowest dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeLow

Dispatch Time Total

Total dispatch time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.DispatchTimeTotal

Execution Time High

Highest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Lowest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeLow

Execution Time Total

Total execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ExecutionTimeTotal

Integrity Successes

Total number of security policy integrity successes.

MBean Attribute:
WseePortPolicyRuntimeMBean.IntegritySuccesses

Integrity Violations

Total number of security policy integrity violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.IntegrityViolations

Last Error

Most recent error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastError

Last Error Time

Time of the most recent error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastErrorTime

Last Invocation Time

Time of the most recent invocation.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastInvocationTime

Last Response Error Time

Time of the most recent response error.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseErrorTime

Last Response Time

Time of the most recent response.

MBean Attribute:
WseeBaseOperationRuntimeMBean.LastResponseTime

Last Routing Failure

Most recent routing failure.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailure

Last Routing Failure Time

Time of the most recent routing failure.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.LastRoutingFailureTime

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

Policy Faults

Total number of security policy endpoint faults.

MBean Attribute:
WseeBasePortRuntimeMBean.PolicyFaults

RequestCount

Total number of requests.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RequestCount

Response Time High

Highest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeHigh

Response Time Low

Lowest execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeLow

Response Time Total

Total execution time.

MBean Attribute:
WseeBaseOperationRuntimeMBean.ResponseTimeTotal

Routing Failure Count

Total number of routing failures.

MBean Attribute:
WseeClusterRoutingRuntimeMBean.RoutingFailureCount

Total Violations

Total number of security policy violations.

MBean Attribute:
WseePortPolicyRuntimeMBean.TotalViolations

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

Related Tasks

Related Topics


Back to Top