Flow Map Manual

Creating A Configuration File
Flow Map Host
098935 Tandem Computers Incorporated 3–19
INCLUDE PROCESS The INCLUDE command has two different formats. One format is for PROCESS
entities and the other is for FILE entities. The INCLUDE command selects the entities
that will participate in Flow Map processing. All entities present in the data sample
are selected if no INCLUDE commands are specified. You can use this command to
override or modify the effects of EXCLUDE commands. The following syntax is for
PROCESS entities:
INCLUDE PROCESS
[PID {
cpu
,
pin
. . .} [NOT {
cpu
,
pin
. . .} ] ]
[NAME {$
process-name
. . .} [NOT {$
process-name
. . .}] ]
[PROGRAM {$
volume
.
subvol
.
filename
. . . }
[NOT {$
volume
.
subvol
.
filename
. . . }] ]
[OSNAME {
osname
. . .} | * [NOT {
osname
. . . }] ]
[USER {
group
,
user
. . .} [NOT {
group
,
user
. . . }] ]
[CREATORID {
group
,
user
. . .} [NOT {
group
,
user
. . . }] ]
[PRIORITY {
priority
. . .} [NOT {
priority
. . . }] ]
[APPLY-THRESHOLDS YES | NO ]
[DISCARD YES | NO ]
PID {
cpu
,
pin
. . .}
defines one or more process-identification combinations. Wild-card notation is
permitted on each parameter and each value is a numeric string with leading
zeros.
NAME {$
process-name
. . .}
is one or more specific PROCESS names. All names must begin with the dollar ($)
symbol. You can also specify names using wild-card notation.
PROGRAM {$
volume
.
subvol
.
filename
. . .}
is one or more object files or Program file names. All three fields can be specified
using wild-card notation.