1 秒間の受信バイト数 (SUSE Linux Enterprise Server 9)

Microsoft.Linux.SLES.9.NetworkAdapter.BytesReceivedPerSec.Collection (Rule)

パフォーマンス カウンター Network Adapter\Bytes Received/Sec の収集ルール

Knowledge Base article:

概要

このルールは、Network Adapter\Bytes Received/sec パフォーマンス カウンターのパフォーマンス データを収集します。収集された値には、パフォーマンス ビューおよびレポートでアクセスできます。

この指標は、ネットワーク アダプター上で受信された 1 秒あたりのバイト数を示します。これにはフレーム文字も含まれます。

エージェントによって返される値は、ネットワーク アダプターで受信されたバイト数の累積カウンターです。このルールは、連続するサンプル (計算に含められるサンプルの数は [サンプル数] パラメーターが制御します) の間のバイト数の変動を計算し、この変動値をサンプルの収集時刻の間隔を示す秒数で除算します。

Element properties:

TargetMicrosoft.Linux.SLES.9.NetworkAdapter
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Unix.WSMan.PerfCounterProvider.Filtered.Delta Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Linux.SLES.9.NetworkAdapter.BytesReceivedPerSec.Collection" Target="Microsoft.Linux.SLES.9.NetworkAdapter" Enabled="true" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Unix!Microsoft.Unix.WSMan.PerfCounterProvider.Filtered.Delta">
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_EthernetPortStatistics?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Network Adapter</ObjectName>
<CounterName>Bytes Received/Sec</CounterName>
<InstanceName>$Target/Property[Type="Unix!Microsoft.Unix.LogicalDevice"]/DeviceID$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_EthernetPortStatistics']/*[local-name(.)='InstanceID']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_EthernetPortStatistics']/*[local-name(.)='BytesReceived']$</Value>
<NumSamples>1</NumSamples>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>