Flow Map Manual

Creating A Configuration File
Flow Map Host
3–24 098935 Tandem Computers Incorporated
objects referenced in GROUP and INCLUDE commands take part in the Flow Map
run.
EXCLUDE PROCESS PROGRAM $*.*.*
EXCLUDE FILE The EXCLUDE command has two different formats. One format is for PROCESS
entities and the other is for FILE entities. The EXCLUDE command prevents identified
entities from participating in Flow Map processing. The following syntax is for FILE
entities:
EXCLUDE FILE
[FILENAME {$
volume.subvol.filename
. . .}
[NOT {$
volume.subvol.filename
. . .}]]
FILENAME {$
volume
.
subvol
.
filename
. . .}
[NOT {$
volume
.
subvol
.
filename
. . .}]
is one or more disk file names. All three fields can be specified using wild-card
notation. The action taken is to match these names with the names obtained from
type 3 FILE Measure entities and not DISCOPEN or DISKFILE entities.
Example
This command excludes all files, but GROUP and INCLUDE commands override
EXCLUDE commands. This example shows how to ensure that only those objects
referenced in GROUP and INCLUDE commands take part in the Flow Map run.
EXCLUDE FILE FILENAME $*.*.*