High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_3270_DIAG
Chapter 3162
AP_YES
Send RTM data to the host each time a session ends.
AP_NO
Do not send RTM data to the host at session end. RTM
data may be lost when the session ends.
def_data.rtm_timer_option
Specifies how the host response time is measured. The
response time is defined as the interval between the
user pressing ENTER or an AID key to send data to the
host, and one of the following events:
AP_RTM_SCREEN
The first data from the host reaches the user's screen.
AP_RTM_UNLOCK
The host unlocks the user's keyboard.
AP_RTM_DIRECTION
The host gives the 3270 emulation program direction,
so that the user can send more data.
def_data.rtm_thresh1
through
def_data.rtm_thresh4
Specify the threshold values used to classify response
times. These values divide the range of possible
response times into five intervals (below
rtm_thresh1
,
between
rtm_thresh1
and
rtm_thresh2
, between
rtm_thresh2
and
rtm_thresh3
, between
rtm_thresh3
and
rtm_thresh4
, and above
rtm_thresh4
). SNAplus2
maintains a counter for each of these intervals; each
time a host response is received, SNAplus2 determines
which of these intervals it falls into, and increments
the appropriate counter.
For each threshold, specify a number representing
tenths of seconds; for example, the value 25 indicates
2.5 seconds. The values must be in the range 1-1000
(0.1 second-100 seconds), and must be in ascending
order
(rtm_thresh2
must be higher than
rtm_thresh1
,
rtm_thresh3
must be higher than
rtm_thresh2
, and so on).