Bagikan melalui


struktur MSiSCSI_NICPerformance (iscsiprf.h)

Struktur MSiSCSI_NICPerformance dapat digunakan oleh inisiator iSCSI untuk melaporkan statistik untuk port kartu antarmuka jaringan (NIC).

Sintaks

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

Anggota

BytesTransmitted

Jumlah byte yang ditransmisikan melalui port Ethernet.

BytesReceived

Jumlah byte yang diterima melalui port Ethernet.

PDUTransmitted

Jumlah PDUs yang ditransmisikan melalui port Ethernet.

PDUReceived

Jumlah PDUs yang diterima melalui port Ethernet.

Keterangan

Anda dapat menerapkan kelas ini secara opsional.

Persyaratan

Persyaratan Nilai
Header iscsiprf.h (termasuk Iscsiprf.h)

Lihat juga

Kelas WMI MSiSCSI_NICPerformance