Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole客户端网页事务角色

Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole (ClassType)

应用程序性能监视客户端网页事务

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.CsmTransactionRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIda94761db-33ae-1a0a-d711-db5f39a193c4

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.TransactionRoleBase:
TransactionName  string  事务名称 事务名称 true 256      False     
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       
Microsoft.SystemCenter.Apm.CsmTransactionRole:
PerformanceAlerts  bool  收集性能警报 收集性能警报 false 256           
ExceptionAlerts  bool  收集异常警报 收集异常警报 false 256           
Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole:
PageName  string  页面名称 页面名称 true 512      False     
PageLoadThreshold  int  页面负载阈值 页面负载阈值 false 256  2147483647       
SensitivityThreshold  int  敏感度阈值 敏感度阈值 false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole" Base="Microsoft.SystemCenter.Apm.CsmTransactionRole" Abstract="false" Accessibility="Internal" Hosted="true" Singleton="false">
<!-- this property contains serialized configuration -->
<Property ID="PageName" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
<!-- Monitoring Settings -->
<Property ID="PageLoadThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="SensitivityThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
</ClassType>