Previous Topic: edgewatch Commands for Process Group MonitoringNext Topic: Remove Process Group Monitoring Entries


edgewatch Examples

The following commands define four monitors with indexes 10, 11, 12 and 13. Monitors with indexes 10 and 11 do not have object information specified. Monitors with indexes 12 and 13 have object information (class, instance, attribute) specified.

edgewatch -c admin -o process add procAlive "lsold1" 10 0x00 60 "monitor oldls2" ""
edgewatch -c admin -o process add procSize "lsold2"  11 0x00 60 absolute "!=" 100 "monitor oldls1" ""
edgewatch -c admin -o process add procAlive "ls"     12 0x00 60 "monitor ls1" "" testClass testInst testAttr none
edgewatch -c admin -o process add procSize "lsold2"  13 0x00 60 absolute "!=" 100 "monitor oldls1" "" testClass testInst testAttr none
edgewatch -c admin -o process list