ネットワーク アダプターの 1 秒あたりの送信バイト数 - Windows Server 2016 以降

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

パフォーマンス カウンター Network Interface\Bytes Sent/sec を収集します

Knowledge Base article:

概要

このルールは、Network Interface\Bytes Sent/sec パフォーマンス カウンターのパフォーマンス データを収集します。

Network Interface\Bytes Sent/sec パフォーマンス カウンターは、各ネットワーク アダプター上でデータ バイトが受信される速度を表示します。これにはフレーム文字も含まれます。Network Interface\Bytes Received/sec は Network Interface\Bytes Total/sec のサブセットです。

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
CategoryPerformanceCollection
EnabledFalse
Instance NameNetwork Adapter
Counter NameBytes Sent/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.BytesSentPerSec.Collection" Enabled="false" 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 Sent/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>