Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Work Manager: Response Time: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure properties for the selected response time request class.

A response time request class specifies a response time goal in milliseconds. Response time goals are not applied to individual requests. Instaead, WebLogic Server computes a tolerable waiting time for requests with that class by subtracting the observed average thread use time from the response time goal, and schedules schedule requests so that the average wait for requests with the class is proportional to its tolerable waiting time.

Configuration Options

Name Description
Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name=user-specified-name

MBean Attribute:
ResponseTimeRequestClassMBean.Name

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

Response time goal

Response time goal

MBean Attribute:
ResponseTimeRequestClassMBean.GoalMs

Related Tasks

Related Topics


Back to Top