HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM BEA WebLogic Server Toolkit (WebLogicTK)
Example WLM configurations and properties files
Chapter 4 85
wls_1inst_hybrid_qc.wlm
WLM configuration file to demonstrate how to control a WebLogic
instance. The WebLogic instances workload group is allocated from
one to four cores, which wlmd allocates using a pair of SLOs: a CPU
usage SLO similar to the wls_2inst_CPUusage.wlm example, and a
queue metric based goal similar to the wls_2inst_q_goal.wlm
example. This two SLO per group or hybrid approach will control
both queue and non-queue based instance workloads.
wls_2inst_hybrid_qc.wlm
WLM configuration file to demonstrate how to control a pair of
WebLogic instances. Each WebLogic instance’s workload group is
allocated from one to four cores, which wlmd allocates using a pair of
SLOs: a CPU usage SLO similar to the wls_2inst_CPUusage.wlm
example, and a queue metric based goal similar to the
wls_2inst_q_goal.wlm example. This two SLO per group or hybrid
approach will control both queue and non-queue based instance
workloads.
The following are wlmwlsdc properties files. Each is used to tell the
wlmwlsdc data collector which WebLogic instance to monitor and the
metric to collect.
•instA_qbusy.props
wlmwlsdc properties file with example properties showing how to
fetch the queue_busy metric from WebLogic instance ‘instA’. It is
used in the single or multiple instance use cases whose resource
allocations are based on the JMX ExecuteQueue MBean metrics.
•instB_qbusy.props
wlmwlsdc properties file with example properties showing how to
fetch the queue_busy metric from WebLogic instance ‘instB’. It is
used in the multiple instance use cases whose resource allocations
are based on the JMX ExecuteQueue MBean metrics.
instA_qdepth.props
wlmwlsdc properties file with example properties showing how to
fetch the queue_depth metric from WebLogic instance ‘instA’. It is
used in the single or multiple instance use cases whose resource
allocations are based on the JMX ExecuteQueue MBean metrics.