structure MSiSCSI_NICPerformance (iscsiprf.h)
La structure MSiSCSI_NICPerformance peut être utilisée par un initiateur iSCSI pour signaler des statistiques pour un port de carte d’interface réseau.
Syntaxe
typedef struct _MSiSCSI_NICPerformance {
ULONG BytesTransmitted;
ULONG BytesReceived;
ULONG PDUTransmitted;
ULONG PDUReceived;
} MSiSCSI_NICPerformance, *PMSiSCSI_NICPerformance;
Membres
BytesTransmitted
Nombre d’octets transmis via le port Ethernet.
BytesReceived
Nombre d’octets reçus via le port Ethernet.
PDUTransmitted
Nombre de PDU transmises via le port Ethernet.
PDUReceived
Nombre de PDU reçus via le port Ethernet.
Remarques
Il est facultatif que vous implémentez cette classe.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | iscsiprf.h (include Iscsiprf.h) |