# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos720 src/bos/usr/samples/ahafs/bin/aha-pl.inp 1.2 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 2010,2013 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # This file is a sample input file to the program "aha.pl". # SYNTAX: # 1st column [*.mon] : Full pathname of a .mon file which represents an event # to be monitored. # 2nd column [CHANGED]: A string value of "YES" indicates that the event in # 1st column is being monitored for a change # [ in contents, value, or state]. # 3rd column [THRS_HI]: The positive integer value, for the upper-threshold # of the event represented in the 1st column. # 4th column [THRS_LO]: The positive integer value, for the lower-threshold # of the event represented in the 1st column. # 5th column [INF_LVL]: Info level (1 or 2 or 3) to get various levels of info. # 1 = Basic info (Default) # 2 = Above info + event producer specific message. # 3 = Above + Stack Trace # 6th column[NTFY_CNT]: Number of event occurrences before the consumer is # notified. # -1 (Default) = Notifies at each occurence. # N (>0 && <= 32767) = Notifies after 'N' occurrences. # 7th column [BUF_SZ] : Size of the buffer to keep the information about # occurrences of the report. # Default Value = 2048 bytes. # Maximum Value = 1048576 bytes. # 8th column [REARM_INT]: To rearm monitoring the event after certain time # interval (dd:hh:mm:ss). This should not be used in # the case of continuous monitoring (i.e. NTFY_CNT == -1). # NOTEs: # a) Blank lines and lines starting with '#' will not be processed. # b) Each column must be specified. # c) A key value of "--" for the keys INF_LVL, NTFY_CNT and BUF_SZ means that the default value will be used. # For all other keys, a value of "--" means that the key and its value are ignored. # d) The value of "CHANGED" cannot be specified with the value of "THRS_HI" or "THRS_LO". # # <------------------------------------------------> # Full-path filename of .mon file of the Event CHANGED THRS_HI THRS_LO INF_LVL NTFY_CNT BUF_SZ RE-ARM_INTVL # (Bytes) (dd:hh:mm:ss) #=================================================== ======= ======= ======= ======= ======= ======= ============= #/aha/fs/utilFs.monFactory/tmp.mon -- 90 10 -- 1 -- 01:00:00:00 /aha/fs/utilFs.monFactory/var.mon -- 95 -- -- 1 -- 01:00:00:00 /aha/fs/modDir.monFactory/opt.mon YES -- -- 2 2 -- -- #/aha/fs/modDir.monFactory/usr/lib.mon YES -- -- 2 -- -- -- #/aha/fs/modFile.monFactory/etc/rc.nfs.mon YES -- -- 3 -- 4096 -- #/aha/fs/modFile.monFactory/smit.log.mon YES -- -- 3 3 -- 00:01:00:00 /aha/fs/modFile.monFactory/tmp/abcd.mon YES -- -- 3 -- -- -- /aha/fs/modFile.monFactory/tmp/xyz.mon YES -- -- 3 2 -- 00:01:00:00 /aha/cpu/processMon.monFactory/usr/sbin/nfsd.mon YES -- -- 2 1 -- -- #/aha/cpu/pidProcessMon.monFactory/6488132.mon YES -- -- 2 1 -- -- /aha/cpu/schedo.monFactory/vpm_xvcpus.mon YES -- -- -- 2 -- -- /aha/mem/vmo.monFactory/npswarn.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/npskill.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/maxpin_pct.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/nokilluid.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/relalias_percentage.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/npsrpgmin.mon YES -- -- -- 2 -- -- #/aha/mem/vmo.monFactory/npsrpgmax.mon YES -- -- -- 2 -- -- /aha/cpu/waitTmCPU.monFactory/waitTmCPU.mon -- 50 -- -- 10 -- 01:00:00:00 #/aha/mem/waitTmPgInOut.monFactory/waitTmPgInOut.mon -- 200 -- -- 10 -- 01:00:00:00 #/aha/mem/waitersFreePg.monFactory/waitersFreePg.mon -- 1000 -- -- 10 -- 01:00:00:00 # The following are entries for the inetsock event producer: #/aha/net/inetsock.monFactory/streamCreate.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/streamBind.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/streamListen.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/streamAccept.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/streamClose.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/dgramCreate.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/dgramBind.mon YES -- -- 2 -- -- -- #/aha/net/inetsock.monFactory/dgramClose.mon YES -- -- 2 -- -- --