HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM Duration Management Toolkit and HP-UX WLM Toolkit for Base SAS Software
How do I use DMTK / SASTK?
Chapter 6132
# A WLM workload group is needed to handle special queries from the
# marketing department. These special requests are very important
# and must be completed as quickly as possible without regard to
# the impact on other services. From past experience, just running
# these special processes in a workload group containing a fixed
# allocation gives the best response characteristics. This workload
# group only receives CPU when it has active processes.
#
# Dependencies:
# This example was designed to run with HP-UX WLM version A.01.02
# or later. It uses the cpushares keyword introduced in A.01.02
# and is, consequently, incompatible with earlier versions of
# HP-UX WLM.
#
# Components:
# The glance toolkit is used. See glance_app(1M) for more
# information on the glance data collectors.
#
# Allocation change frequency:
# Because these jobs are relatively short in nature, the default
# wlm_interval metric (60 seconds) is too long. We change the
# interval to 5 seconds to minimize the time before WLM adjusts the
# CPU allocations.
#
#----------------------------------------------------------------------------
#
# prm structure
# Create workload groups. We will be actively managing one workload,
# express_lane, and leaving the rest of the CPU resources to the
# workload group OTHERS.
#
# Also, we need a method for getting marketing’s special processes
# into the express_lane group.
#
# See wlmconf(4) for complete HP-UX WLM configuration information.
prm {
groups = OTHERS : 1,
express_lane : 2;
# Create a user entry for each individual who is going to be running
# the application. The example below shows an entry for the user
# jdoe. If you have a netgroup for marketing, say “marketing_netgroup”,
# you can give everyone in the netgroup access to the express_lane
# group with the following users statement. User jdoe or members of
# this netgroup would then start the marketing processes in the