# 
# $Copyright
# Copyright 1993, 1994, 1995  Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
#
# Copyright (c) 1992-1995, Locus Computing Corporation
# Copyright (c) 1993, Intel Corporation
# All rights reserved
#
#
# This file specifies the parameters used by the load leveler daemon

send_timeout=		 1.0	# frequency in secs for sending load info.
re_dispatch_timeout=     5.0	# frequency in seconds for re-dispatching procs
first_weight_factor=	 70	# 5 second weight factor 
second_weight_factor=	 25	# 30 second weight factor
third_weight_factor=	  5	# 1 minute weight factor
number_vector_elements=	 64	# number of load vector elements
inclusion_list=		  0	# 0 = exclusion list, 1 = inclusion list
minimum_underload=       1.0	# node is underloaded if underload >=parameter
minimum_overload=        1.0    # node is overloaded if overload >=parameter
minimum_cputime=         1.0    # minimum runtime of process for migration
per_process_avg_load=    0.7	# average load generated by a single process
nodes_to_use=                   # defaults to all nodes 
static_min_load_delta=   1.0	# minimum load difference
fast_node_timeout=       1.0    # frequency in seconds to calculate fast_node
root_fs_node_target=       0    # use root_fs_node as target for load leveling
root_fs_node_source=       1    # use root_fs_node as source for load leveling
pagein_load=             0.05   # load one page-in/s generates
pageout_load=            0.10   # load one page-out/s generates
pgstat_pref_interval=   10.0    # preferred sample interval for paging stat
pgstat_max_interval=    30.0    # maximum sample interval for paging stat
