vRealize Operations 通过 vCenter 适配器连接到 VMware vCenter Server® 实例,以收集 vCenter Server 组件的衡量指标,并使用公式从这些衡量指标中得出统计信息。可以使用衡量指标对环境中的问题进行故障排除。

vCenter Server 组件已列在 vCenter 适配器的 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 中显示并记录为“衡量指标密钥”的衡量指标的名称。

表 1. 主机系统冷却的传感器衡量指标
衡量指标密钥 衡量指标名称 描述
Sensor|fan|currentValue 速度 风扇速度。
Sensor|fan|healthState 运行状况 风扇运行状况。
Sensor|temperature|currentValue 温度 主机系统温度。
Sensor|temperature|healthState 运行状况 主机系统运行状况。