プロセッサの割り込み時間の合計割合 (Red Hat Enterprise Linux Server 6)

Microsoft.Linux.RHEL.6.OperatingSystem.TotalPercentInterruptTime.Collection (Rule)

パフォーマンス カウンタ Processor\\% Interrupt Time を収集します。

Knowledge Base article:

概要

このルールは、Total Percent Interrupt Time パフォーマンス カウンタのパフォーマンス データを収集します。収集されたこの情報は、1 つまたは複数の表示およびレポートで表示されます。

Total Percent Interrupt Time パフォーマンス カウンタは、サンプリング間隔中に、プロセッサがハードウェアの割り込みの受信と処理に費やした時間の割合をパーセントで表示します。この値は、システム クロック、マウス、ディスク ドライバ、データ通信ライン、ネットワーク インターフェイス カードおよびその他の周辺機器など割り込みを発生するデバイスの処理状況を間接的に示します。これらデバイスによるプロセッサへの割り込みは、通常タスクが完了したときまたは注意を必要とするときに発生します。標準スレッドの実行は、割り込みの間は中断します。システム クロックのほとんどは、割り込み処理状況のバックグラウンドを作成しながら、10 ミリ秒ごとにプロセッサに割り込みます。割り込み中は標準スレッドの実行が中断されます。このカウンタは、サンプリング時間の割合として平均ビジー時間を表示します。

Element properties:

TargetMicrosoft.Linux.RHEL.6.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Linux.RHEL.6.OperatingSystem.TotalPercentInterruptTime.Collection" Target="Microsoft.Linux.RHEL.6.OperatingSystem" Enabled="true" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Unix!Microsoft.Unix.WSMan.PerfCounterProvider.Filtered">
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_ProcessorStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Processor</ObjectName>
<CounterName>% Interrupt Time</CounterName>
<InstanceName>_Total</InstanceName>
<InstanceProperty>//*[local-name()="Name"]</InstanceProperty>
<Value>$Data///*[local-name()="PercentInterruptTime"]$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>