Microsoft.SystemCenter.Apm.ApplicationComponentBaseAPM 구성 요소 기본

Microsoft.SystemCenter.Apm.ApplicationComponentBase (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde19b5706-111d-0831-59d8-c3f04295dce6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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  평균 Request Time 사용 Avg. Request Time 모니터가 응용 프로그램 이벤트에 대해 사용되는지 결정하는 플래그입니다. false 256           
AvgRequestTimeMonitorInterval  int  평균 Request Time 간격 Avg. Request Time 카운터의 평균 값이 이 시간 간격에 대한 임계값보다 크면 경고가 생성됩니다. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  평균 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>