User's Manual
U3585-J-Z125-8-76 49
SM2 monitoring programs RESPONSETIME
This monitoring program supplies statistics for each connection set. In addition, the set of
all connections is monitored on an ongoing basis. When selecting which connections are to
be monitored, the SM2 administrator can define up to 15 connection sets. (*ALL,*ALL,*ALL)
is always set automatically as the additional connection set. Furthermore, the SM2 admin-
istrator must specify whether the selected connections are to be monitored or excluded
from monitoring using the *BY-CONNECTION or *EXCEPT-CONNECTION operand of the
ADD-CONNECTION-SET statement. With *EXCEPT-CONNECTION, all connections
except for those in the specified connection groups are monitored.
The SM2 administrator can also specify the type of the connection. If *LOCAL is specified,
connections within the host are taken into account. This makes it possible to record the
response times for individual applications, even if it would normally appear to the system
that everything is running under the OMNIS carrier application.
Each defined connection set can consist of a maximum of five connection groups. The total
number of connection groups which can be defined is, in turn, limited to 15 at most.
Examples of the RESPONSETIME monitoring program
Example 1
SET-RESPONSETIME-PARAMETER
ADD-CONNECTION-SET SET-NAME=setname1,SET-DEFINITION=*BY-CONNECTION,
CONNECTION-SET=((utm1,*ALL,*ALL),(utm2,*ALL,*ALL),(utm3,t1,pr1))
ADD-CONNECTION-SET SET-NAME=setname2,SET-DEFINITION=*BY-CONNECTION,
CONNECTION-SET=(utm3,*ALL,*ALL),CONNECTION-TYPE=*BOTH,
ADD-CONNECTION-SET SET-NAME=setname3,SET-DEFINITION=*EXCEPT-CONNECTION,
CONNECTION-SET=((*ALL,termx*,*ALL),(omnis,*ALL,*ALL))
ADD-CONNECTION-SET SET-NAME=setname4,SET-DEFINITION=*EXCEPT-CONNECTION,
CONNECTION-SET=((utm1,*ALL,*ALL),(omnis,*ALL,*ALL),(apl1,t1,pr1))
START-MEASUREMENT-PROGRAM TYPE=*RESPONSETIME
The above statements are used to explicitly define four connection sets: the first by
specifying a list of three connection groups. These three connection groups are taken
as a whole. The second connection set takes account of local and remote connections.
All the other connection sets only take account of remote connections (ï default
setting). The third connection set defines all connections which are neither part of the
OMNIS application nor belong to a partner whose name begins with “termx”. The fourth
connection set combines all connections which belong to neither the UTM1 or OMNIS
application nor to the explicit connection (apl1,t1,pr1).