# @(#)72 1.1 src/perf/perfagent/usr/samples/perfagent/server/Resptime.cf, perfagent, perf720 12/3/96 06:58:13 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # perf720 src/perf/perfagent/usr/samples/perfagent/server/Resptime.cf 1.1 # # # # OBJECT CODE ONLY SOURCE MATERIALS # # COPYRIGHT International Business Machines Corp. 1996 # All Rights Reserved # # The source code for this program is not published or otherwise # divested of its trade secrets, irrespective of what has been # deposited with the U.S. Copyright Office. # # IBM_PROLOG_END_TAG # # COMPONENT_NAME: (PERFAGENT) Performance Agent # # FUNCTIONS: Sample configuration file for SpmiResp daemon. # # ORIGINS: 30 # # (C) COPYRIGHT International Business Machines Corp. 1996 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # #----------------------------------------------------------------# # The interval is given in seconds. It defaults to 10 seconds. # It sets the frequency with which the SpmiResp program sets its # interval timer. Whenever the program is interrupted by the timer, # it starts a new cycle, sending one ICMP packet to each hosts for # which response time is being monitored and calculating the # response time from the time it takes for the response to come back. interval 10 # The maxrate is the maximum number of ICMP packets per second the # SpmiResp program will attempt to send. It defaults to to packets # per second. If the number of monitored hosts is too large for all # hosts to be contacted within "interval" seconds, then interruptions # by the interval timer are ignored until a full cycle has been # completed. The reason for having this parameter is to prevent any # monitoring of network activity to be distorted by burst of ICMP # packets from the response time monitor. Defaults to 10 packets # per second. maxrate 10 # The weight argument sets the percentage used to calculate the # floating average of the response time. It defaults to 75%. # Each time the response time is measured, the average response # time is calculated as "weight" percent of the previous value of # the average plus (100 - weight) percent of the latest response # time observation. weight 75