Flow Map Manual
Creating A Configuration File
Flow Map Host
098935 Tandem Computers Incorporated 3–13
[< | > | =]
specifies a comparison operator. The comparison operator will be one of less
than (<), greater than (>), or equality (=). Greater than (>) is assumed if no
operator is specified.
value
is a numeric value.
NORATED | RATED
indicates whether the value represents a rated or not rated quantity.
NORATED assumes that the value is an absolute count or time value in
milliseconds. RATED assumes that counts are expressed as events per second,
busy time counters as percentages, and queue time counters as queue lengths.
RATED is the default.
Examples
THRESHOLD PROCESS CPU-BUSY-TIME > 1 RATED
This states that only Measure process entities that have a CPU utilization greater than
1 percent will be included in this FMH run.
THRESHOLD FILE
TOTAL-IO < 200 NORATED
FILE-BUSY-TIME > 1000 NORATED
This states that only FILE Database objects with a total IO of less than 200 and a FILE-
BUSY-TIME of greater than 1000 milliseconds are accepted.