HP-UX Workload Manager User's Guide

Example configuration files
twice_weekly_boost.wlm
Chapter 9 329
##########
#
# Give the front office its basic allocation of 30 shares.
#
slo front_office_basic {
pri = 3;
entity = PRM group front_office;
cpushares = 30 total;
}
#
# When the day is correct, boost the front office to 60 shares, unless
# scouting has requested a manual boost.
#
slo front_office_date_boost {
pri = 2;
entity = PRM group front_office;
cpushares = 60 total;
condition = (Tue || Thu);
exception = (metric scouting.boost_enable > 0) ;
}
#
# If the system administrator requests it, boost the front
# office to 70 shares.
#
slo front_office_manual_boost {
pri = 1;
entity = PRM group front_office;
cpushares = 70 total;
condition = (metric front_office.boost_enable > 0) ;
}
##########
#
# Give the scouting staff its basic allocation of 30 shares.
#
slo scouting_basic {
pri = 3;
entity = PRM group scouting;
cpushares = 30 total;
}