HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_RTP_CONNECTION
rtp_connection_detail.rtp_stats.gaps_detected
Total number of gaps detected by the local node. Each gap corresponds to one or more lost frames.
rtp_connection_detail.rtp_stats.send_rate
Current send rate on this RTP connection, measured in Kbits/second. This rate is the maximum allowed send
rate as calculated by the ARB (adaptive rate-based) algorithm. RTP uses the ARB algorithm to calculate how
fast it can send data based on an analysis of the amount of time it takes for the partner to respond.
rtp_connection_detail.rtp_stats.max_send_rate
Maximum send rate on this RTP connection, measured in Kbits/second.
rtp_connection_detail.rtp_stats.min_send_rate
Minimum send rate on this RTP connection, measured in Kbits/second.
rtp_connection_detail.rtp_stats.receive_rate
Current receive rate on this RTP connection, measured in Kbits/second. This rate is the actual rate calculated
over the last measurement interval.
rtp_connection_detail.rtp_stats.max_receive_rate
Maximum receive rate on this RTP connection, measured in Kbits/second.
rtp_connection_detail.rtp_stats.min_receive_rate
Minimum receive rate on this RTP connection, measured in Kbits/second.
rtp_connection_detail.rtp_stats.burst_size
Current burst size on this RTP connection, measured in bytes.
rtp_connection_detail.rtp_stats.up_time
Total number of seconds this RTP connection has been active.
rtp_connection_detail.rtp_stats.smooth_rtt
Smoothed measure of round-trip time between the local node and the partner RTP node, measured in
milliseconds.
rtp_connection_detail.rtp_stats.last_rtt
The last measured round-trip time between the local node and the partner RTP node, measured in milliseconds.
rtp_connection_detail.rtp_stats.short_req_timer
The amount of time to wait for a response to a request for a status exchange, measured in milliseconds. A
short timer interval provides quick detection of failures but lowers performance.
rtp_connection_detail.rtp_stats.short_req_timeouts
Total number of times the
short_req_ timer has expired for this RTP connection.
rtp_connection_detail.rtp_stats.liveness_timeouts
Total number of times the liveness timer has expired for this RTP connection. The liveness timer expires
when the connection has been idle for the period specified in the liveness_timer parameter.
rtp_connection_detail.rtp_stats.in_invalid_sna_frames
Total number of SNA frames received and discarded on this RTP connection because they were not valid.
rtp_connection_detail.rtp_stats.in_sc_frames
Total number of session control frames received on this RTP connection.
rtp_connection_detail.rtp_stats.out_sc_frames
Total number of session control frames sent on this RTP connection.
638