Microsoft.SystemCenter.Apm.ApplicationComponentBaseAPM 组件基

Microsoft.SystemCenter.Apm.ApplicationComponentBase (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId644a3827-1a3a-eeb1-07a7-1ef5dd3ea554

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000      False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000           
Microsoft.SystemCenter.Apm.ApplicationComponentBase:
ApplicationName  string  名称 应用程序组件的名称 false 256      False     
MonitoringComputerGroup  guid  监视计算机组 此计算机组的成员将由应用程序发现设定目标 false 256           
PerformanceRateMonitorEnabled  bool  已启用 \% Performance Events/sec 用来确定是否为应用程序事件启用 \% Performance Events/sec 监视器的标志 false 256           
PerformanceRateMonitorInterval  int  \% Performance Events/sec 时间间隔 如果 \% Performance Events/sec 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec 阈值 如果 \% Performance Events/sec 计数器的平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256           
ExceptionRateMonitorEnabled  bool  已启用 \% Exception Events/sec 用来确定是否为应用程序事件启用 \% Exception Events/sec 监视器的标志 false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec 时间间隔 如果 \% Exception Events/sec 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec 阈值 如果 \% Exception Events/sec 计数器的平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256           
AvgRequestTimeMonitorEnabled  bool  Avg. Request Time 已启用 用来确定是否为 应用程序事件启用 Avg. Request Time 监视器的标志 false 256           
AvgRequestTimeMonitorInterval  int  Avg. Request Time 时间间隔 如果 Avg. Request Time 计数器的 平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time 阈值 如果 Avg. Request Time 计数器的 平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationComponentBase" Base="System!System.LogicalEntity" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256" MinLength="0"/>
<Property ID="MonitoringComputerGroup" Type="guid" CaseSensitive="false" Key="false"/>
<!--Performance Rate Monitor Configuration-->
<Property ID="PerformanceRateMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="PerformanceRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="PerformanceRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Exception Rate Monitor Configuration-->
<Property ID="ExceptionRateMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="ExceptionRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="ExceptionRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Avg Request Time Monitor Configuration-->
<Property ID="AvgRequestTimeMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="AvgRequestTimeMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="AvgRequestTimeMonitorThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="1"/>
</ClassType>