MSFC_FibrePortHBAStatistics WMI 類別

WMI 用戶端會使用 MSFC_FibrePortHBAStatistics 類別來查詢 HBA 迷你埠驅動程式,以取得與 HBA 上埠相關的統計數據。 MSFC_FibrePortHBAStatistics類別會報告 MSFC_HBAPortStatistics WMI 類別 中的所有資訊,以及埠的一些標識符資訊。

MSFC_FibrePortHBAStatistics 類別的定義如下: Hbaapi.mof

class MSFC_FibrePortHBAStatistics
{
    [key] 
    string InstanceName;
    boolean Active;
    [
     Description ("Unique identifier for the port. "
                   "This identifier must be unique "
                   "among all ports on all adapters."
                   "The same value for the identifier "
                   "must be used for the same port "
                   "in other classes that expose port "
                   "information") : amended,
     WmiRefClass("MSFC_FibrePort"),
     WmiRefProperty("UniquePortId"),
     WmiDataId(1)
    ]
    uint64 UniquePortId;
    [WmiDataId(2),
     HBA_STATUS_QUALIFIERS
    ]
    uint32 HBAStatus;
    // Note 4 byte padding
    [ WmiDataId(3) ]
    MSFC_HBAPortStatistics Statistics;
};

當WMI 工具套件編譯時,這個類別定義會產生下列數據結構:

MSFC_FibrePortHBAStatistics

沒有與此 WMI 類別相關聯的方法。