MSiSCSI_NICPerformance - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiprf.h

typedef struct _MSiSCSI_NICPerformance {
  ULONG BytesTransmitted;
  ULONG BytesReceived;
  ULONG PDUTransmitted;
  ULONG PDUReceived;
} MSiSCSI_NICPerformance, *PMSiSCSI_NICPerformance;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiprf-_msiscsi_nicperformance)

_MSiSCSI_NICPerformance structure

Description

The MSiSCSI_NICPerformance structure can be used by an iSCSI initiator to report statistics for a network interface card (NIC) port.

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.

See also

MSiSCSI_NICPerformance WMI Class