HP-UX Workload Manager User's Guide

Example configuration files
user_application_records.wlm
Chapter 9340
#
# Grant 35 shares to coders.
#
slo coders_fixed {
pri = 1;
entity = PRM group coders;
cpushares = 35 total;
}
#
# Grant 35 shares to testers.
#
slo testers_fixed {
pri = 1;
entity = PRM group testers;
cpushares = 35 total;
}
#
# Grant 10 shares to servers.
#
slo servers_fixed {
pri = 1;
entity = PRM group servers;
cpushares = 10 total;
}
# Grant 10 shares to surfers.
#
slo surfers_fixed {
pri = 1;
entity = PRM group surfers;
cpushares = 10 total;
}
# 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.
For information on user and application records, see “Assigning users
and user access to workload groups (optional)” on page 164 and
Assigning applications to workload groups (optional)” on page 166.