# @(#)21 1.2 src/perf/perfagent/usr/samples/perfagent/server/filter.cf, perfagent, perf720 3/7/95 17:11:40 */ # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # perf720 src/perf/perfagent/usr/samples/perfagent/server/filter.cf 1.2 # # # # OBJECT CODE ONLY SOURCE MATERIALS # # COPYRIGHT International Business Machines Corp. 1992,1993 # 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 filtd daemon # # ORIGINS: 30 # # (C) COPYRIGHT International Business Machines Corp. 1992, 1993 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # user = CPU_gluser * 100 / (CPU_glkern + CPU_gluser + CPU_glidle + CPU_glwait)\ "Percent User CPU" allcpu = CPU_glkern + CPU_gluser + CPU_glwait "Percent CPU, excluding idle" cpubusy = CPU_gluser + CPU_glkern rwratio = ((Disk_+_rblk)) * 100 / ((Disk_+_rblk) + Disk_+_wblk)\ "Read/write ratio, all disks combined" @udpfull:{TRAP21}[no -o sb_max=262144] UDP_fullsock > 1 DURATION 15 diskmax = Disk_>_busy "Busy percent - most busy disk" diskmin = Disk_<_busy "Busy percent - least busy disk" diskavg = Disk_+_busy / Disk_#_busy "Average disk busy percent" readdistr = (Disk_+_rblk / Disk_#_rblk) * 100 / Disk_>_rblk \ "Average disk reads in percent of most busy disk" #@testalert:{TRAP22}{EXCEPTION} DDS_IBM_Filters_cpubusy > 80 \ # DURATION 15 FREQUENCY 2 SEVERITY 3 \ # "Test exception reporting"