Bytes totales por segundo del adaptador de red de Windows Server 2016 y versiones posteriores

Microsoft.Windows.Server.10.0.NetworkAdapter.BytesTotalPerSec.Collection (Rule)

Recopila el contador de rendimiento Interfaz de red\Total de bytes/seg.

Knowledge Base article:

Resumen

Esta regla recopila datos de rendimiento del contador de rendimiento Interfaz de red\Total de Bytes/seg.

El contador de rendimiento de Interfaz de red\Total de bytes/seg. muestra la velocidad a la que se envían y reciben los bytes a través de cada adaptador de red, incluidos los caracteres de tramas. Interfaz de red\Bytes recibidos/seg. es una suma de Interfaz de red\Bytes recibidos/seg. e Interfaz de red\Bytes enviados/seg.

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
CategoryPerformanceCollection
EnabledTrue
Instance NameNetwork Adapter
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.Server.10.0.NetworkAdapter.BytesTotalPerSec.Collection" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.NetworkAdapter">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Total/sec</CounterName>
<ObjectName>Network Adapter</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.NetworkAdapter"]/PerfmonInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>25</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>