HP-UX Workload Manager User's Guide

Example configuration files
enabling_event.wlm
Chapter 9 289
# at least 1% of the CPU, the allocation for either the Sales group
# or Orders group would be reduced by 1%.)
#
tune {
distribute_excess = 1;
}
tune sales_request_time {
coll_argv = /home/sales/data_collector;
}
tune order_transaction_time {
coll_argv = /home/orders/data_collector;
}
For more information on the distribute_excess and weight keywords,
see “Distributing excess CPU resources to your workloads (optional)” on
page 218 and “Weighting a group so it gets more CPU resources
(optional)” on page 178.
enabling_event.wlm
This example enables an SLO based on an event.
#
# Name:
# enabling_event.wlm
#
# Version information:
#
# (C) Copyright 2001-2006 Hewlett-Packard Development Company, L.P.
#
# $Revision: 1.9 $
#
# 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.