MSiSCSI_NICPerformance structure (iscsiprf.h)
The MSiSCSI_NICPerformance structure can be used by an iSCSI initiator to report statistics for a network interface card (NIC) port.
Syntax
typedef struct _MSiSCSI_NICPerformance {
ULONG BytesTransmitted;
ULONG BytesReceived;
ULONG PDUTransmitted;
ULONG PDUReceived;
} MSiSCSI_NICPerformance, *PMSiSCSI_NICPerformance;
Members
BytesTransmitted
The number of bytes that are transmitted through the Ethernet port.
BytesReceived
The number of bytes that are received through the Ethernet port.
PDUTransmitted
The number of PDUs that are transmitted through the Ethernet port.
PDUReceived
The number of PDUs that are received through the Ethernet port.
Remarks
It is optional that you implement this class.
Requirements
Requirement | Value |
---|---|
Header | iscsiprf.h (include Iscsiprf.h) |