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 (CHT) Description (CHT) 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 應用程式元件群組識別碼 .NET 應用程式元件群組識別碼 true 256      False     
ApplicationName  string  名稱 應用程式執行個體名稱 false 256      False     
ApplicationGroupName  string  應用程式群組名稱 應用程式群組名稱 false 256      False     
PerformanceRateMonitorInterval  int  \%效能事件數/秒間隔 \%效能事件數/秒計數器的平均值若大於此時間間隔的閾值,系統將產生警示。 false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \%效能事件數/秒閾值 \%效能事件數/秒計數器的平均值若大於此指定時間間隔的閾值,系統將產生警示。 false 256           
ExceptionRateMonitorInterval  int  \%例外狀況事件數/秒間隔 \%效能事件數/秒計數器的平均值若大於此時間間隔的閾值,系統將產生警示。 false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \%例外狀況事件數/秒閾值 >\%例外狀況事件數/秒計數器的平均值若大於此指定時間間隔的閾值,系統將產生警示。 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>