Huidige bandbreedte

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

Deze regel verzamelt gegevens voor het prestatiemeteritem Interface\Huidige bandbreedte.

Knowledge Base article:

Samenvatting

Deze regel verzamelt gegevens voor het prestatiemeteritem Netwerkinterface\Huidige bandbreedte.

Huidige bandbreedte is een schatting van de huidige bandbreedte van de netwerkinterface in bits per seconde (BPS). In het geval van interfaces met een bandbreedte die niet varieert of interfaces waarvoor geen nauwkeurige schatting kan worden gemaakt is deze waarde de nominale bandbreedte.

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
CategoryPerformanceCollection
EnabledTrue
Instance NameNetwork Adapter
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.10.0.NetworkAdapter.CurrentBandwidth.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"]/NetbiosComputerName$</ComputerName>
<CounterName>Current Bandwidth</CounterName>
<ObjectName>Network Adapter</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>