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 248
# Any CPU that remains after satisfying the above SLOs is given to the
# OTHERS group by default. You can change this default using the
# distribute_excess keyword. For more information on this keyword, see
# the wlmconf(4) manpage.
#
#
# Set the basic interval on which wlmd allocation changes
# are made to 30 seconds. For optimal performance with Oracle, do not use
# an interval of less than 10 seconds.
#
#
tune {
wlm_interval = 30;
#
# Collect any datacol stderr and send it to syslog.
# This is handy for catching errors a missing
# /opt/perl/bin/perl when using wlmoradc.
#
coll_stderr = syslog;
}
#
# Have wlmd start a copy of wlmoradc to collect the number of
# users connected to instance alpha.
#
tune oracle.alpha.user_cnt {
coll_argv =
wlmrcvdc
wlmoradc
--configfile /opt/wlm/toolkits/oracle/config/user_cnt.oradc
--home /oracle/app/oracle/product/8.1.5
--instance alpha
;
}