HP-UX Workload Manager User's Guide
Example configuration files
usage_goal.wlm
Chapter 9 331
usage_goal.wlm
This example shows a CPU usage goal, where WLM attempts to keep a
workload’s CPU utilization, defined as (CPU used) / (CPU allocated),
between a certain range.
#
# Name:
# usage_goal.wlm
#
# Version information:
#
# (C) Copyright 2001-2006 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.10 $
#
# Caveats:
# DO NOT MODIFY this script 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.
#
# Purpose:
# Demonstrate the usage goal for service-level objective (SLO)
# specifications.
#
# Dependencies:
# This example was designed to run with HP-UX WLM version A.01.01
# or later.
#
#
# prm structure
#
# See wlmconf(4) for complete HP-UX WLM configuration information.
#
prm {
groups= OTHERS : 1,
Orders : 2,
Batch: 3;
gmincpu = OTHERS : 10;
}