![]() ![]() ![]() ![]() |
EJB: Monitoring: Workload
This page displays statistics for the Work Managers, constraints, and policies that are configured specifically for this EJB component.
Column Display
Name Description Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
WorkManagerRuntimeMBean.Name
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.
Application Get the name of the application this WorkManager is associated with
MBean Attribute:
WorkManagerRuntimeMBean.ApplicationName
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
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
MinThreadsConstraintRuntimeMBean.Name
Server If this thread constraint has been deployed to a server instance, the name of the server instance.
MBean Attribute:
ServerRuntimeMBean.Name
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
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
MaxThreadsConstraintRuntimeMBean.Name
Server If this thread constraint has been deployed to a server instance, the name of the server instance.
MBean Attribute:
ServerRuntimeMBean.Name
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
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
RequestClassRuntimeMBean.Name
Server If this monitor request has been deployed to a server instance, the name of the server instance.
MBean Attribute:
ServerRuntimeMBean.Name
Request Class Type Returns the type of RequestClass. Either
FAIR_SHARE
orRESPONSE_TIME
orCONTEXT
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
![]() |