Largura de banda atual

Microsoft.Windows.Server.2008.NetworkAdapter.CurrentBandwidth.Collection (Rule)

A regra coleta o contador Interface de Rede\Largura de banda atual.

Knowledge Base article:

Resumo

Essa regra coleta o contador Interface de Rede\Largura de banda atual.

Largura de Banda Atual é uma estimativa em bits por segundo (BPS) da largura de banda atual da interface de rede. Em interfaces que não contam com variações de largura de banda ou aquelas em que não é possível fazer uma estimativa precisa, esse valor é a largura de banda nominal.

Element properties:

TargetMicrosoft.Windows.Server.2008.NetworkAdapter
CategoryPerformanceCollection
EnabledTrue
Instance NameNetwork Interface
Counter NameCurrent Bandwidth
Frequency600
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.Server.2008.NetworkAdapter.CurrentBandwidth.Collection" Enabled="true" Target="Server2008!Microsoft.Windows.Server.2008.NetworkAdapter">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerName>
<CounterName>Current Bandwidth</CounterName>
<ObjectName>Network Interface</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.NetworkAdapter"]/PerfmonInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>600</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>100</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>