High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_DLUS
Chapter 4 639
AP_UINT16 num_active_pus; /* num of active PUs using pipe */
PIPE_STATS pipe_stats; /* pipe statistics */
} DLUS_DATA;
typedef struct pipe_stats
{
AP_UINT32 reqactpu_sent; /* REQACTPUs sent to DLUS */
AP_UINT32 reqactpu_rsp_received; /* RSP(REQACTPU)s received */
/* from DLUS */
AP_UINT32 actpu_received; /* ACTPUs received from DLUS */
AP_UINT32 actpu_rsp_sent; /* RSP(ACTPU)s sent to DLUS */
AP_UINT32 reqdactpu_sent; /* REQDACTPUs sent to DLUS */
AP_UINT32 reqdactpu_rsp_received; /* RSP(REQDACTPU)s received */
/* from DLUS */
AP_UINT32 dactpu_received; /* DACTPUs received from DLUS */
AP_UINT32 dactpu_rsp_sent; /* RSP(DACTPU)s sent to DLUS */
AP_UINT32 actlu_received; /* ACTLUs received from DLUS */
AP_UINT32 actlu_rsp_sent; /* RSP(ACTLU)s sent to DLUS */
AP_UINT32 dactlu_received; /* DACTLUs received from DLUS */
AP_UINT32 dactlu_rsp_sent; /* RSP(DACTLU)s sent to DLUS */
AP_UINT32 sscp_pu_mus_rcvd; /* MUs for SSCP-PU sessions rcvd */
AP_UINT32 sscp_pu_mus_sent; /* MUs for SSCP-PU sessions sent */
AP_UINT32 sscp_lu_mus_rcvd; /* MUs for SSCP-LU sessions rcvd */
AP_UINT32 sscp_lu_mus_sent; /* MUs for SSCP-LU sessions sent */
} PIPE_STATS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DLUS
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.