Flow Map Manual

Creating A Configuration File
Flow Map Host
098935 Tandem Computers Incorporated 3–17
pass any defined thresholds for PROCESS GROUP objects. All participating process
objects are retained and will form part of the resultant map.
GROUP PROCESS 'Pathway'
PROGRAM $*.*.PATHTCP2
$DATA5.OBJ.SERV*
$SYSTEM.COMMON.*
APPLY-THRESHOLDS YES
DISCARD NO
The operating system overheads are all $MONITOR and $VIRTUAL processes. The
THRESHOLD and DISCARD clauses are allowed to default. Defaults are determined
by the values of the SET variables, APPLY-THRESHOLDS and DISCARD.
GROUP PROCESS 'OS Overheads'
OSNAME *MONITOR *VIRTUAL
This application is formed from named processes with a name prefix of $BRO, except
for processes $BRO85 and $BRO86.
GROUP PROCESS 'Brokers'
NAME $BRO*
NOT $BRO85 $BRO86
The group named 'Specials' includes all processes with accessor IDs of: All users in
group 234 except 255, all users in group 178 except 255, and the super ID (255,255).
The two processes with PIDs of 5,100 and 5,50 are also included. If either of these last
two processes had a user ID of 234,255 or 178,255, they are not included as these items.
These are listed in a NOT list.
GROUP PROCESS 'Specials'
USER 234,* 178,* 255,255
NOT 234,255 178,255
PID 5,100 5,50