MS_SMHBA_PROTOCOLSTATISTICS WMI Class

An HBA miniport driver that supports the Storage Management API uses the MS_SMHBA_PROTOCOLSTATISTICS class to expose the traffic statistics.

The MS_SMHBA_PROTOCOLSTATISTICS class is defined as follows in Hbaapi.mof:

class MS_SMHBA_PROTOCOLSTATISTICS
{
    [WmiDataId(1)]
    sint64 SecondsSinceLastReset;

    [WmiDataId(2)]
    sint64 InputRequests;

    [WmiDataId(3)]
    sint64 OutputRequests;

    [WmiDataId(4)]
    sint64 ControlRequests;

    [WmiDataId(5)]
    sint64 InputMegabytes;

    [WmiDataId(6)]
    sint64 OutputMegabytes;
};

When this class definition is compiled by the WMI tool suite, it produces the following data structure:

MS_SMHBA_PROTOCOLSTATISTICS

There are no methods associated with this WMI class.