VMware Aria Operations 透過 vCenter 介面卡連接到 VMware vCenter Server® 執行個體,以收集 vCenter Server 元件的度量,並使用公式從這些度量中推導出統計資料。可以使用度量對環境中的問題進行疑難排解。
vCenter 介面卡的 vCenter Server 元件列在 describe.xml 檔案中。下列範例顯示 describe.xml 檔案中主機系統的感應器度量。
<ResourceGroup instanced="false" key="Sensor" nameKey="1350" validation=""> <ResourceGroup instanced="false" key="fan" nameKey="1351" validation=""> <ResourceAttribute key="currentValue" nameKey="1360" dashboardOrder="1" dataType="float" defaultMonitored="false" isDiscrete="false" isRate="false" maxVal="" minVal="" unit="percent"/> <ResourceAttribute key="healthState" nameKey="1361" dashboardOrder="1" dataType="float" defaultMonitored="false" isDiscrete="false" isRate="false" maxVal="" minVal="" /> </ResourceGroup> <ResourceGroup instanced="false" key="temperature" nameKey="1352" validation=""> <ResourceAttribute key="currentValue" nameKey="1362" dashboardOrder="1" dataType="float" defaultMonitored="false" isDiscrete="false" isRate="false" maxVal="" minVal="" /> <ResourceAttribute key="healthState" nameKey="1363" dashboardOrder="1" dataType="float" defaultMonitored="false" isDiscrete="false" isRate="false" maxVal="" minVal="" /> </ResourceGroup> </ResourceGroup>
每個 ResourceAttribute 元素都包含顯示在 UI 中並記錄為度量索引鍵之度量的名稱。
度量索引鍵 | 度量名稱 | 說明 |
---|---|---|
Sensor | fan | currentValue | 速度 | 風扇速度。 |
Sensor | fan | healthState | 健全狀況狀態 | 風扇健全狀況狀態。 |
Sensor | temperature | currentValue | 溫度 | 主機系統溫度。 |
Sensor | temperature | healthState | 健全狀況狀態 | 主機系統健全狀況狀態。 |