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

Microsoft.SystemCenter.Apm.CsmWebApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.CsmApplicationInstance
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc113a406-bb06-3ab6-6696-b7a01d185c26

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     
Microsoft.SystemCenter.Apm.CsmWebApplicationInstance:
IISApplicationPath  string  IIS 应用程序路径 应用程序的 IIS 应用程序路径 true 512      False     
PageLoadThreshold  int  页面加载阈值(毫秒) 如果网页加载到客户端浏览器所用的时间超过页面加载阈值,则会触发性能事件 false 256  2147483647       
SensitivityThreshold  int  敏感度阈值(毫秒) 如果客户端功能的响应速度比敏感度阈值快,则性能事件中不会报告这些功能 false 256  2147483647       
AjaxThreshold  int  Ajax 阈值(毫秒) 性能阈值,用来测量客户端浏览器中速度缓慢的 Ajax 调用 false 256  2147483647       
RequestFilters  string  请求筛选器 保留供内部使用 false 2147483647      False     
ResponseFilters  string  响应筛选器 保留供内部使用 false 2147483647      False     
StreamFilters  string  流筛选器 保留供内部使用 false 2147483647      False     
IPHeaders  string  客户端 IP 标头 负载平衡器用于指定客户端 IP 地址的标头标记 false 2147483647      False     
SamplingRate  int  采样率 用于确定要包含在性能事件和异常事件集合中的客户端连接的比率 false 256  2147483647       
DisabledContent  int  禁止的内容 保留供内部使用 false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmWebApplicationInstance" Base="Microsoft.SystemCenter.Apm.CsmApplicationInstance" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="IISApplicationPath" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
<!--Monitoring Configuration-->
<Property ID="PageLoadThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="SensitivityThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="AjaxThreshold" Type="int" Key="false" MinValue="0"/>
<Property ID="RequestFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="ResponseFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="StreamFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="IPHeaders" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="SamplingRate" Type="int" Key="false" MinValue="0"/>
<Property ID="DisabledContent" Type="int" Key="false" MinValue="0"/>
</ClassType>