ASP.NET worker process restarts on the Web server

Microsoft.Windows.SharePoint.Services.3.0.ASP.NET_worker_process_restarts_on_the_Web_server (Rule)

This rule collects and reports performance data from the Windows Server 2003 performance counter that indicates the number of times a worker process has restarted on the server.

Knowledge Base article:

Summary

This rule collects and reports performance data from the Windows Server 2003 performance counter that indicates the number of times that a worker process has restarted on the server.

© 2000-2007 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Windows.SharePoint.Services.3.0.WSS.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameASP.NET
Counter NameWorker Process Restarts
Frequency3600
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
CollectData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
DataWarehousePublishData WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.SharePoint.Services.3.0.ASP.NET_worker_process_restarts_on_the_Web_server" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.SharePoint.Services.3.0.WSS.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Worker Process Restarts</CounterName>
<ObjectName>ASP.NET</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>3600</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>2</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectData" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="DataWarehousePublishData" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>