# @(#)26 1.2 src/perf/perfagent/usr/samples/perfagent/server/lfilter.cf, perfagent, perf720 3/7/95 17:12:00 */ # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # perf720 src/perf/perfagent/usr/samples/perfagent/server/lfilter.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 lfiltd sample program # # ORIGINS: 30 # # (C) COPYRIGHT International Business Machines Corp. 1992, 1993 # All Rights Reserved # Licensed Materials - Property of IBM # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # jensen = (((CPU_gliticks + CPU_gluticks * Syscall_total) / \ (22. / Syscall_write + Syscall_read)) * 64) "Entirely nonsense value" peter = 20 "Constantly at 20" user = CPU_gluser * 100 / (CPU_glkern + CPU_gluser + CPU_glidle + CPU_glwait)\ "Percent User CPU" cpubusy = CPU_gluser + CPU_glkern rwratio = ((Disk_+_rblk)) * 100 / ((Disk_+_rblk) + Disk_+_wblk)\ "Read/write ratio, all disks combined" 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"