Current total ISAPI connections to the SharePoint server

Microsoft.Windows.SharePoint.Services.3.0.Current_total_ISAPI_connections_to_the_SharePoint_server (Rule)


This rule collects and reports performance data from Windows Server 2003 performance counter that indicates the current number of ISAPI requests that Windows SharePoint Services is processing simultaneously.

Knowledge Base article:

Summary

This rule collects and reports performance data from Windows Server 2003 performance counter that indicates the current number of ISAPI requests that Windows SharePoint Services is processing simultaneously.

Causes

Performance Counters

Resolutions

No actions Required.

© 2000-2007 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Windows.SharePoint.Services.3.0.WSS.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWeb Service
Counter NameCurrent ISAPI Extension Requests
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.Current_total_ISAPI_connections_to_the_SharePoint_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>Current ISAPI Extension Requests</CounterName>
<ObjectName>Web Service</ObjectName>
<InstanceName>_Total</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>