共用方式為


MSiSCSI_NICPerformance 結構 (iscsiprf.h)

iSCSI 啟動器可以使用MSiSCSI_NICPerformance結構來報告網路介面 (NIC) 埠的統計數據。

語法

typedef struct _MSiSCSI_NICPerformance {
  ULONG BytesTransmitted;
  ULONG BytesReceived;
  ULONG PDUTransmitted;
  ULONG PDUReceived;
} MSiSCSI_NICPerformance, *PMSiSCSI_NICPerformance;

成員

BytesTransmitted

透過乙太網路埠傳輸的位元元組數目。

BytesReceived

透過乙太網路埠接收的位元元組數目。

PDUTransmitted

透過乙太網路埠傳輸的 PDU 數目。

PDUReceived

透過乙太網路埠接收的 PDU 數目。

備註

您可以選擇實作這個類別。

規格需求

需求
標頭 iscsiprf.h (包括 Iscsiprf.h)

另請參閱

MSiSCSI_NICPerformance WMI 類別