struttura MSiSCSI_NICPerformance (iscsiprf.h)

La struttura MSiSCSI_NICPerformance può essere usata da un iniziatore iSCSI per segnalare statistiche per una porta della scheda di interfaccia di rete.

Sintassi

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

Members

BytesTransmitted

Numero di byte trasmessi tramite la porta Ethernet.

BytesReceived

Numero di byte ricevuti tramite la porta Ethernet.

PDUTransmitted

Numero di PDU trasmessi tramite la porta Ethernet.

PDUReceived

Numero di PDU ricevuti tramite la porta Ethernet.

Commenti

È facoltativo implementare questa classe.

Requisiti

Requisito Valore
Intestazione iscsiprf.h (include Iscsiprf.h)

Vedi anche

Classe WMI MSiSCSI_NICPerformance