Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: General

Configuration Options     Related Tasks     Related Topics

This page displays monitoring information for this Web service.

Configuration Options

Name Description
Service Name

The name of this service.

Service Type
Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Machine

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

You cannot change this value if a server instance is already running.

MBean Attribute:
ServerMBean.Machine

Changes take effect after you redeploy the module or restart the server.

Server

An alphanumeric name for this server instance. (Spaces are not valid.)

The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.

The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.

After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.

MBean Attribute:
ServerMBean.Name

Changes take effect after you redeploy the module or restart the server.

Active Server Count

The number of servers where this webservice is available.

URI

Provides the URI of this service.

Invocation Count

Specifies the total number of times that this operation has been invoked in the current measurement period.

The measurement period typically starts when WebLogic Server was first started.

MBean Attribute:
WseeOperationRuntimeMBean.InvocationCount

Dispatch Time Total

Specifies the total time for all dispatches of this operation in the current measurement period.

Dispatches refer to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server was first started.

MBean Attribute:
WseeOperationRuntimeMBean.DispatchTimeTotal

Execution Time Total

Specifies the total time for all executions of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeTotal

Response Time Total

Specifies the total time for all responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeTotal

Response Count

Specifies the total number of responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseCount

Response Error Count

Specifies the total number of errors from responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseErrorCount

Related Tasks

Related Topics


Back to Top