HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM Oracle Database Toolkit: Providing Database Metrics to WLM
How do I use the metrics?
Chapter 2 49
# Duplicate the setup for beta -- count beta instance user connections
# and send to wlmd via wlmrcvdc.
#
tune oracle.beta.user_cnt {
coll_argv =
wlmrcvdc
wlmoradc
--configfile /opt/wlm/toolkits/oracle/config/user_cnt.oradc
--home /u01/app/oracle/product/8.1.5
--instance beta
;
}
#
# Duplicate the setup for gamma -- count gamma instance user connections
# and send to wlmd via wlmrcvdc.
#
tune oracle.gamma.user_cnt {
coll_argv =
wlmrcvdc
wlmoradc
--configfile /opt/wlm/toolkits/oracle/config/user_cnt.oradc
--home /u01/app/oracle/product/8.1.5
--instance gamma
;
}
For more information on the WLM configuration file syntax, see
wlmconf(4).
How do I place instances in workload groups?
When you start an Oracle instance, the process names have the instance
name appended. For example, the pmon process for a database instance
Inventory would appear in a process list as ora_pmon_Inventory.
WLM allows you to place all the processes for a given instance in a
workload group of their own. WLM can then manage SLOs for the
individual instances.