“性能”下的数据中心 KPI (%) 显示为空
问题
数据中心 KPI 衡量指标为空。
解决方案
- 如果数据中心 KPI 为空,则检查是否为桌面会话收集以下衡量指标:
内存 - 可用内存、页面流入速率、争用
CPU - 使用情况、就绪、IO 等待、CPU 队列、同步停止
磁盘 - 延迟、磁盘队列
- 如果上述衡量指标不存在,请检查底层虚拟机是否具有以下衡量指标:
客户机 - 可用内存、每秒页面流入速率、CPU 队列、磁盘队列
内存 - 争用
虚拟磁盘 - 所有实例的汇总,总延迟
CPU - 使用情况、就绪、IO 等待、同步停止
- 如果 VirtualDisk | 所有实例的汇总 | 总延迟存在于虚拟机级别,但在 session/RDSHost/UAG/ConnectionServer 级别不显示磁盘 | 延迟值,那么:
-
将 describe.xml 中的计算衡量指标 disk|totalLatencyAvg(行号 1905 (RDSHost resourceKind)、行号 3200 (ConnectionServer ResourceKind)、行号 4132 (VDISession ResourceKind)、行号 4597 (VDIApplicationSession ResourceKind)、行号 5014 (UnifiedAccessGateway ResourceKind))从
<ComputedMetric key="disk|totalLatencyAvg" expression="count(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=virtualDisk|20_sec_peak_totalLatency_average, depth=1}) > 0 ? avg(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=virtualDisk|20_sec_peak_totalLatency_average, depth=1}) : count(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=virtualDisk:Aggregate of all instances|totalLatency, depth=1}) > 0 ? avg(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=virtualDisk:Aggregate of all instances|totalLatency, depth=1}) : ${this, metric=invalid|metric|key}" />
修改为
<ComputedMetric key="disk|totalLatencyAvg" expression="count(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=virtualDisk|20_sec_peak_totalLatency_average, depth=1}) > 0 ? avg(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=virtualDisk|20_sec_peak_totalLatency_average, depth=1}) : count(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=virtualDisk:Aggregate of all instances|totalLatency, depth=1}) > 0 ? avg(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=virtualDisk:Aggregate of all instances|totalLatency, depth=1}) : ${this, metric=invalid|metric|key}" />
-
保存更改。
-
单击管理 > 重新描述以从 describe.xml 重新加载适配器定义。
-
- 如果没有,则会显示数据中心 KPI 衡量指标值为空。