HP-UX Workload Manager User's Guide
Example configuration files
entitlement_per_process.wlm
Chapter 9 291
# tune structure
#
# Use of a metric in a SLO structure, whether it is a goal or
# condition, requires that the metric have a tune structure associated
# with it. The structure must specify the data collector for the
# metric. In this example, the collector specified with the coll_argv
# keyword is wlmrcvdc. This allows the metric backup_running to be set
# with wlmsend from a command line. For example,
#
# % wlmsend backup_running 1
#
# would enable the SLO above.
#
tune backup_running {
coll_argv = wlmrcvdc;
}
For information on the condition keyword, see “Specifying when the
SLO is active (optional)” on page 205.
entitlement_per_process.wlm
The following example shows how to request five CPU shares for each
active process in a workload group.
#
# Name:
# entitlement_per_process.wlm
#
# Version information:
#
# (C) Copyright 2001-2065 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.14 $
#
# Caveats:
# DO NOT MODIFY this file in its /opt/wlm/examples/wlmconf location!
# Make modifications to a copy and place that copy outside the
# /opt/wlm/ directory, as items below /opt/wlm will be replaced
# or modified by future HP-UX WLM product updates.
#