Condividi tramite


struttura MSiSCSI_NICPerformance (iscsiprf.h)

La struttura MSiSCSI_NICPerformance può essere usata da un iniziatore iSCSI per segnalare le statistiche per una porta NIC (Network Interface Card).

Sintassi

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

Membri

BytesTransmitted

Numero di byte trasmessi tramite la porta Ethernet.

BytesReceived

Numero di byte ricevuti tramite la porta Ethernet.

PDUTransmitted

Numero di UNITÀ PDU trasmesse tramite la porta Ethernet.

PDUReceived

Numero di UNITÀ PDU ricevute tramite la porta Ethernet.

Osservazioni

È facoltativo implementare questa classe.

Fabbisogno

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

Vedere anche

MSiSCSI_NICPerformance classe WMI