MSiSCSI_InitiatorInstanceStatistics - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiprf.h

typedef struct _MSiSCSI_InitiatorInstanceStatistics {
  ULONGLONG UniqueAdapterId;
  ULONG     SessionDigestErrorCount;
  ULONG     SessionConnectionTimeoutErrorCount;
  ULONG     SessionFormatErrorCount;
  ULONG     SessionFailureCount;
} MSiSCSI_InitiatorInstanceStatistics, *PMSiSCSI_InitiatorInstanceStatistics;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiprf-_msiscsi_initiatorinstancestatistics)

_MSiSCSI_InitiatorInstanceStatistics structure

Description

The MSiSCSI_InitiatorInstanceStatistics structure is used by iSCSI initiators to report initiator statistics.

Members

UniqueAdapterId

A 64-bit integer that uniquely identifies an HBA initiator and a loaded instance of a storage miniport driver that manages the HBA. The initiator should use the address of the adapter extension or another address that the device driver owns to construct this identifier (ID). The initiator reports this value in the UniqueAdapterId member of the MSiSCSI_HBAInformation structure. For more information about the class that generates MSiSCSI_HBAInformation, see MSiSCSI_HBAInformation WMI Class.

SessionDigestErrorCount

The number of session digest errors.

SessionConnectionTimeoutErrorCount

The number of session connection time-out errors.

SessionFormatErrorCount

The number of session format errors.

SessionFailureCount

The number of failed sessions that belong to the initiator instance that UniqueAdapterId specifies.

Remarks

It is optional that you implement this class.

See also

MSiSCSI_HBAInformation

MSiSCSI_HBAInformation WMI Class

MSiSCSI_InitiatorInstanceStatistics WMI Class