FTP Service\Bytes Total/sec Performance Rule

Microsoft.Windows.InternetInformationServices.2003.FTPSite.FTPServiceBytesTotalSec.Monitor.Collection (Rule)

Knowledge Base article:

Summary

This Baseline Monitor creates baseline performance data for the FTP Service\Bytes Total/sec performance counter.

The FTP Service\Bytes Total/sec performance counter exposes the rate that data bytes are sent and received by the FTP service. When this counter deviates from the normal operational baseline, it may indicate an undesirable performance state.

Configuration

This monitor is not configured to generate Alerts. However, state changes will be monitored. To enable Alerting use the Overrides feature to change the alert configuration.

Resolutions

If the measured value for this counter deviates from the normal operational baseline and indicates an undesirable performance state an investigation of the probable cause and source may be required.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2003.FTPSite
CategoryPerformanceCollection
EnabledFalse
Instance NameFTP Service
Counter NameBytes Total/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2003.FTPSite.FTPServiceBytesTotalSec.Monitor.Collection" Enabled="false" Target="Microsoft.Windows.InternetInformationServices.2003.FTPSite" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Total/sec</CounterName>
<ObjectName>FTP Service</ObjectName>
<InstanceName>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.FTPSite"]/PerfCounterInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>