Flow Map Manual
Selecting Objects
Flow Map Host
3–8 098935 Tandem Computers Incorporated
Configuration Example The following example shows a configuration used to display a Tandem Transfer Mail
application.
!
SET APPLICATION-NAME '\SUPPORT MAIL (T003)'
SET PROGRESS YES
SET DISCARD NO
SET APPLY-THRESHOLDS YES
SET ALLOW-TRANSIENTS NO
SET TRANSIENT-PERCENT 90
!
EXCLUDE PROCESS PROGRAM $*.*.*
EXCLUDE FILE FILENAME $*.*.*
!
THRESHOLD PROGRAM
CPU-BUSY-TIME > 0.5
!
THRESHOLD PROCESS
CPU-BUSY-TIME > 0.1
!
THRESHOLD FILE
TOTAL-IO > 2.0
!
THRESHOLD DISKFILE
TOTAL-DRIVER-CALLS > 2.0
!
!
GROUP PROCESS 'TCP ACTIVITY' PROGRAM $*.*.PATHTCP2
!
GROUP PROCESS 'MAIL SYSTEM' PROGRAM $*.TRANSFER.*
!
GROUP FILE 'MAIL FILES' FILENAME $*.TMAILDBA.*
$*.TRANCNFG.*
$*.UBIQMAIL.*
!
Transients are allowed.
All the threshold attributes are rated, so in this case FMH will allow only:
Programs that exceed 0.5% CPU utilization.
PROCESSes that exceed 0.1% CPU utilization.
FILEs that exceed TOTAL-IO of 2 per second.
DISKFILEs that exceed total driver calls of 2 per second.
PROCESS and DISKFILE objects are created because SET DISCARD is set to NO and
no other DISCARD clauses have been defined that could alter this variable.
The EXCLUDE statements shown exclude all entities. This means that GROUP and/or
INCLUDE commands must be used if any entities are to be included in the diagram.
All thresholds are enforced because of the presence of the SET APPLY-THRESHOLDS
YES command and the absence of any APPLY-THRESHOLDS clause in the GROUP
statements. All thresholds defined are treated as rated values because RATED is the
default in the absence of a RATED | NORATED clause.