Processor \% Interrupt Time (SUSE Linux Enterprise Server 9)

Microsoft.Linux.SLES.9.Processor.TotalPercentInterruptTime.Collection (Rule)

收集 Processor\\% Interrupt Time 性能计数器

Knowledge Base article:

摘要

此规则收集 Processor\% Interrupt Time 性能计数器的性能数据。在性能视图和报表中可以访问收集的值。

此指标显示特定处理器在接收和服务硬件中断上花费的时间。此值是生成中断的设备(例如系统时钟、鼠标、存储控制器、数据通讯线路、网络接口卡和其他外围设备)的活动的间接指示器。这些设备完成某项任务或需要注意时,通常会中断处理器。在中断期间暂挂正常线程执行。

代理返回的值是按 1 分钟间隔查询的最近 5 个值的移动平均值。

默认情况下单个处理器的监视处于禁用状态。通过启用名为“发现 SUSE Linux Enterprise Server 9 处理器”的对象发现来启用监视。

Element properties:

TargetMicrosoft.Linux.SLES.9.Processor
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.SLES.9.Processor.TotalPercentInterruptTime.Collection" Target="Microsoft.Linux.SLES.9.Processor" 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>$Target/Property[Type="Unix!Microsoft.Unix.Processor"]/PerfmonInstance$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='Name']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[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>