HP-UX Workload Manager User's Guide
Example configuration files
twice_weekly_boost.wlm
Chapter 9326
}
# Whenever the Paying Serviceguard package is active, this SLO’s associated
# workload group is allocated 1 to 4 cores, based on a usage goal. When the
# package is not active, the Paying workload group, which is based on a
# PSET group, gets no CPU resources. This SLO is priority 3; it gets CPU only
# after the Apache_slo and Billing_slo are satisfied.
slo Paying_slo {
pri = 3;
mincpu = 100;
maxcpu = 400;
entity = PRM group Paying;
goal = usage _CPU;
condition = metric Paying_active;
}
For information on transient groups, see the “Temporarily removing
groups with inactive SLOs (optional)” on page 220.
twice_weekly_boost.wlm
This example presents an interesting mix of conditions for active SLOs.
#
# Name:
# twice_weekly_boost.wlm
#
# Version information:
#
# (C) Copyright 2001-2006 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.12 $
#
# Caveats:
# DO NOT MODIFY this file in its /opt/wlm/toolkits 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.
#