Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Resource Adapter: Monitoring: Workload

Column Display     Related Tasks     Related Topics

This page displays statistics for the work managers, constraints, and policies that are configured specifically for this resource adapter module.

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
Name

The name of the work manager.

MBean Attribute:
WorkManagerRuntimeMBean.Name

Server

The name of the server that this manager is running on.

MBean Attribute:
ServerMBean.Name

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

Pending Requests

The number of waiting requests in the queue.

MBean Attribute:
WorkManagerRuntimeMBean.PendingRequests

Completed Requests

The number of requests that have been processed

MBean Attribute:
WorkManagerRuntimeMBean.CompletedRequests

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

The name of the long running work manager.

MBean Attribute:
ConnectorWorkManagerRuntimeMBean.Name

Server

The name of the server that this manager is running on.

MBean Attribute:
ServerMBean.Name

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

Max Concurrent Requests Allowed

The maximum number of allowed concurrent long-running work requests. New work submission will be rejected if current running long-running work requests exceed the limit.

MBean Attribute:
ConnectorWorkManagerRuntimeMBean.MaxConcurrentLongRunningRequests

Active Requests

Return The number of current active long-running work requests.

MBean Attribute:
ConnectorWorkManagerRuntimeMBean.ActiveLongRunningRequests

Completed Requests

The number of completed long-running work requests.

MBean Attribute:
ConnectorWorkManagerRuntimeMBean.CompletedLongRunningRequests

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
Name

The name of the minimum threads constraints manager.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.Name

Server

The name of the server that this manager is running on.

MBean Attribute:
ServerMBean.Name

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

Completed Requests

Completed request count.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.CompletedRequests

Pending Requests

Pending requests that are waiting for an available thread.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.PendingRequests

Executing Requests

Number of requests that are currently executing.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.ExecutingRequests

Out Of Order Execution Count

Number of requests executed out of turn to satisfy this constraint.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.OutOfOrderExecutionCount

Must Run Count

Number of requests that must be executed to satisfy the constraint.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.MustRunCount

Max Wait Time

The max time a request had to wait for a thread. Only requests whose execution is needed to satisfy the constraint are considered.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.MaxWaitTime

Current Wait Time

The last measured time a request had to wait for a thread. Only requests whose execution is needed to satisfy the constraint are considered.

MBean Attribute:
MinThreadsConstraintRuntimeMBean.CurrentWaitTime

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
Name

The name of the maximum threads constraints manager.

MBean Attribute:
MaxThreadsConstraintRuntimeMBean.Name

Server

The name of the server that this manager is running on.

MBean Attribute:
ServerMBean.Name

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

Executing Requests

Number of requests that are currently executing.

MBean Attribute:
MaxThreadsConstraintRuntimeMBean.ExecutingRequests

Deferred Requests

Number of requests that are denied a thread for execution because the constraint is exceeded.

MBean Attribute:
MaxThreadsConstraintRuntimeMBean.DeferredRequests

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
Name

The name of the request class manager.

MBean Attribute:
RequestClassRuntimeMBean.Name

Server

The name of the server that this manager is running on.

MBean Attribute:
ServerMBean.Name

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

Request Class Type

Returns the type of RequestClass. Either FAIR_SHARE or RESPONSE_TIME or CONTEXT

MBean Attribute:
RequestClassRuntimeMBean.RequestClassType

Completed Count

Total number of completions since server start

MBean Attribute:
RequestClassRuntimeMBean.CompletedCount

Total Thread Use

Total amount of thread use time in millisec's used by the request class since server start.

MBean Attribute:
RequestClassRuntimeMBean.TotalThreadUse

Pending Request Count

Number of requests waiting for a thread to become available.

MBean Attribute:
RequestClassRuntimeMBean.PendingRequestCount

Virtual Time Increment

Current priority of the request class. The priority is relative to other request class priorities. The priority is calculated dynamically frequently and can change.

MBean Attribute:
RequestClassRuntimeMBean.VirtualTimeIncrement

Related Tasks

Related Topics


Back to Top