要在选择度量标准时做出明智的决策,请查看这些要点,以了解 CA Server Automation 性能和应用程序度量标准收集:
在您要从中收集基础系统度量标准的任何服务器上安装 CA Systems Performance LiteAgent 或 SystemEDGE 代理。 如果 SystemEDGE 代理已存在,则不需要 CA Systems Performance LiteAgent。 如有必要,可以使用产品用户界面安装 SystemEDGE 代理。 所有性能度量标准都存储在性能数据库中。
注意:在用户界面的“策略、度量标准、阈值”部分中选择“为总体计算包括”,以便在总体使用率计算中包括新度量标准。 如果您包括该度量标准,则 CA Server Automation 在评估服务器状态时提供最新结果。
默认度量标准是什么? 默认度量标准定义位于所有受支持平台的“筛选”部分的度量标准列表中。 可在度量标准列表中找到默认度量标准指示器,即“默认”列中的值为“是”。 添加服务器时,CA Server Automation 使用该列表来获取度量标准定义。 在“筛选”部分可以配置平台、类型、子类型、实例以及要收集的数据类型。 每个服务器的度量标准筛选和定义都存储在性能数据库中。
<property name="CONFIG_KEY_DEFAULT_HEALTH_STATE"> <!-- Valid values: 0 (Unknown); 5 (OK); 10 (Warning); 15 (Minor Failure); 20 (Major Failure); 25 (CriticalFailure) --> <!-- Changes the value of HealthState for the CA_CollectionState object associated to the CA_ComputerSystem --> <!-- If set to 30, CE will not set the HealthState. --> <value>5</value> <displayName>Default node health state when problem encountered in metric or data collection</displayName> </property
CA Server Automation 将值 XML 元素所包围的值修改为其他支持的值之一(例如,分别表示正常或警告的 5 或 10)。 这些更改可以在无法收集性能数据时反映所需的状态。 例如:
<property name="CONFIG_KEY_DEFAULT_HEALTH_STATE"> <!-- Valid values: 0 (Unknown); 5 (OK); 10 (Warning); 15 (Minor Failure); 20 (Major Failure); 25 (CriticalFailure) --> <!-- Changes the value of HealthState for the CA_CollectionState object associated to the CA_ComputerSystem --> <!-- If set to 30, CE will not set the HealthState. --> <value>10</value> <displayName>Default node health state when problem encountered in metric or data collection</displayName> </property
因为 <value> 已更改为“10”,所以在 CA Server Automation 用户界面中那些没有可用性能数据的系统显示为警告状态。
注意:有关性能度量标准和说明的列表,请参阅《性能度量标准参考》。
版权所有 © 2013 CA。
保留所有权利。
|
|