Web 應用程式可用性監視效能內容時間集合

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

此規則會針對 Web 應用程式可用性監視測試收集內容時間

Knowledge Base article:

摘要

此規則會針對 Web 應用程式可用性監視測試收集內容時間。若要修改此測試收集的資料,請在主控台的撰寫區段中執行精靈來修改。

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.CollectContentTime" 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>Content Time</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.WebApplicationTest.Performance.CollectContentTime"]$</RuleId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>