Recopilación del tiempo de descarga del rendimiento de supervisión de disponibilidad de aplicaciones web

Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectDownloadTime (Rule)

Esta regla recopila el tiempo de descarga para la prueba de supervisión de disponibilidad de aplicaciones web

Knowledge Base article:

Resumen

Esta regla recopila el tiempo de descarga para la prueba de supervisión de disponibilidad de aplicaciones web. Si necesita modificar los datos recopilados por esta prueba, hágalo ejecutando el asistente de la sección de creación de la consola.

Element properties:

TargetMicrosoft.SystemCenter.WebApplicationTest.WebTest
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectDownloadTime" Enabled="true" Target="Microsoft.SystemCenter.WebApplicationTest.WebTest" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS">
<CounterName>Download Time</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.WebApplicationTest.Performance.CollectDownloadTime"]$</RuleId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>