HP-UX Workload Manager User's Guide
Example configuration files
usage_stretch_goal.wlm
Chapter 9 337
maxcpu = 200;
goal = usage _CPU;
}
#
# The following SLOs are for the groups with priority 1 SLOs above.
# The SLOs below are all priority 10 (pri = 10) and are stretch goals.
# These SLOs are met only if there are shares left over after the
# higher priority SLOs have been satisfied. Each SLO is for a
# different group and requests between 1 and 800 shares (or 8
# cores). With the usage goals, WLM allocates CPU resources to the
# groups based on how much of their allocations they are currently
# using. WLM changes their allocations so that the groups are using
# between 50% and 75% of those allocations.
#
slo SIP_Stretch {
pri = 10;
entity = PRM group SIP;
mincpu = 1;
maxcpu = 800;
goal = usage _CPU;
}
slo SD_Stretch {
pri = 10;
entity = PRM group SVCDESK;
mincpu = 1;
maxcpu = 800;
goal = usage _CPU;
}
slo OVO_Stretch {
pri = 10;
entity = PRM group OVO;
mincpu = 1;
maxcpu = 800;
goal = usage _CPU;
}
For more information on usage goals and stretch goals, see “Specifying a
goal (optional)” on page 199.