HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_RTP_CONNECTION
AP_UINT32 last_rtt; /* last round-trip time */
AP_UINT32 short_req_timer; /* SHORT_REQ timer duration */
AP_UINT32 short_req_timeouts; /* number of SHORT_REQ timeouts */
AP_UINT32 liveness_timeouts; /* number of liveness timeouts */
AP_UINT32 in_invalid_sna_frames; /* number of invalid SNA frames */
AP_UINT32 in_sc_frames; /* number of SC frames received */
AP_UINT32 out_sc_frames; /* number of SC frames sent */
AP_INT32 delay_change_sum; /* delay change sum */
AP_UINT32 current_receiver_threshold;
/* current ARB-R receiver threshold */
AP_UINT32 minimum_receiver_threshold;
/* minimum ARB-R receiver threshold */
AP_UINT32 maximum_receiver_threshold;
/* maximum ARB-R receiver threshold */
AP_UINT32 sent_normals_count; /* number of NORMALs sent */
AP_UINT32 sent_slowdowns_count; /* number of SLOWDOWNs sent */
AP_UINT32 rcvd_normals_count; /* number of NORMALs received */
AP_UINT32 rcvd_slowdowns_count; /* number of SLOWDOWNs received */
AP_UINT32 dcs_reset_count_non_heal;
/* number of non-healing resets */
AP_UINT16 dcs_reset_count_healing;
/* number of self-healing resets */
unsigned char arb_mode; /* ARB mode (GREEN, YELLOW, RED) */
unsigned char reserve[1]; /* reserved */
} RTP_STATISTICS;
3.154.2 Supplied Parameters
Supplied parameters are:
opcode
AP_QUERY_RTP_CONNECTION
buf_ptr
Pointer to a buffer into which list information can be written. The application can append data to the end of
the VCB in which case, buf_ptr must be set to NULL.
buf_size
Size of the buffer supplied.
num_entries
Maximum number of RTP connections for which data should be returned. To request data for a specific
connection rather than a range, specify the value 1. To return as many entries as possible, specify zero; in
this case, SNAplus2 will return the maximum number of entries that can be accommodated in the supplied
data buffer.
list_options
The level of information required for each entry and the position in the list from which SNAplus2 begins to
return data.
Specify the level of information required with one of the following values:
AP_SUMMARY
Summary information only.
AP_DETAIL
Detailed information.
634