Microsoft.SystemCenter.Apm.CsmApplicationInstance客户端监视应用程序基

Microsoft.SystemCenter.Apm.CsmApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationInstanceBase
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9cf71d9d-fc26-4b00-f96a-d7ebd73ff016

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.ApplicationInstanceBase:
ApplicationGroupId  string  .NET 应用程序组件组 ID .NET 应用程序组件组 ID true 256      False     
ApplicationName  string  名称 应用程序实例的名称 false 256      False     
ApplicationGroupName  string  应用程序组名称 应用程序组的名称 false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec 时间间隔 如果 \% Performance Events/sec 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec 阈值 如果 \% Performance 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           
AvgRequestTimeMonitorInterval  int  Avg. Request Time 时间间隔 如果 Avg. Request Time 计数器的 平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time 阈值 如果 Avg. Request Time 计数器的 平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256  2147483647       
Microsoft.SystemCenter.Apm.CsmApplicationInstance:
CounterInstance  string  性能计数器实例 性能计数器实例 false 512      False     
PerformanceAlerts  bool  收集性能警报 收集客户端浏览器中检测到的性能警报 false 256        true   
ExceptionAlerts  bool  收集异常警报 收集客户端浏览器中检测到的异常警报 false 256        true   
EncryptionKey  string      false 65535      True     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmApplicationInstance" Base="AL!Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="CounterInstance" Type="string" CaseSensitive="false" Key="false" MaxLength="512"/>
<!-- Alert Rules Configuration-->
<Property ID="PerformanceAlerts" Type="bool" CaseSensitive="false" Key="false" DefaultValue="true"/>
<Property ID="ExceptionAlerts" Type="bool" CaseSensitive="false" Key="false" DefaultValue="true"/>
<!-- The property is obsolete and must never be used. Added to support ugrade from SCOM 12 Beta to SCOM 12 RC -->
<Property ID="EncryptionKey" Type="string" Key="false" CaseSensitive="true" MaxLength="65535"/>
</ClassType>