Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An HBA miniport driver that supports the Storage Management API uses the MS_SMHBA_SASPHYSTATISTICS class to expose statistics that are associated with an adapter port. There should be one instance of this class for each port.
The MS_SMHBA_SASPHYSTATISTICS class is defined as follows in Hbaapi.mof:
class MS_SMHBA_SASPHYSTATISTICS
{
[WmiDataId(1)]
sint64 SecondsSinceLastReset;
[WmiDataId(2)]
sint64 TxFrames;
[WmiDataId(3)]
sint64 TxWords;
[WmiDataId(4)]
sint64 RxFrames;
[WmiDataId(5)]
sint64 RxWords;
[WmiDataId(6)]
sint64 InvalidDwordCount;
[WmiDataId(7)]
sint64 RunningDisparityErrorCount;
[WmiDataId(8)]
sint64 LossofDwordSyncCount;
[WmiDataId(9)]
sint64 PhyResetProblemCount;
};
When this class definition is compiled by the WMI tool suite, it produces the following data structure:
There are no methods associated with this WMI class.