MSFC_FC4STATISTICS WMI Class

An HBA miniport driver that supports the T11 committee's Fibre Channel HBA API specification uses the MSFC_FC4STATISTICS WMI class to report traffic statistics on a port of type Nx_Port for the indicated FC-4 protocol in response to a call to the GetFC4Statistics WMI method.

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

class MSFC_FC4STATISTICS {
  [WmiDataId(1)] uint64  InputRequests;
  [WmiDataId(2)] uint64  OutputRequests;
  [WmiDataId(3)] uint64  ControlRequests;
  [WmiDataId(4)] uint64  InputMegabytes;
  [WmiDataId(5)] uint64  OutputMegabytes;
};

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

MSFC_FC4STATISTICS

There are no methods associated with this WMI class.